]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Remove unusned uuid.h include
authorajs124 <git@ajs124.de>
Sun, 30 Oct 2022 00:08:36 +0000 (02:08 +0200)
committerDaniel Wagner <dwagner@suse.de>
Wed, 2 Nov 2022 14:54:52 +0000 (15:54 +0100)
4901f97b7df3 ("build: Drop dependency on libuuid") removed the
dependency on libuuid but forgot to remove the include in util/types.h.
Remove it.

[dwagner: added commit message]
Signed-off-by: Daniel Wagner <dwagner@suse.de>
util/types.h

index 45fbbb6a59d195ed9436a662e55fa0f8cc173223..6d45108677742e4bcdb3c7afcc85c4d04b4218eb 100644 (file)
@@ -5,7 +5,6 @@
 /* type conversion helpers */
 
 #include <stdint.h>
-#include <uuid/uuid.h>
 #include <linux/types.h>
 
 #include <libnvme.h>