]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/loopdev: remove unnecessary header
authorKarel Zak <kzak@redhat.com>
Tue, 30 May 2017 08:47:06 +0000 (10:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 30 May 2017 08:47:06 +0000 (10:47 +0200)
Reported-by: Assaf Gordon <assafgordon@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/loopdev.c

index fd4f16692d52acab284364f9459eb269b98a8d3b..00066823c7d6bdac8e4b71e808737506a9ccafc9 100644 (file)
@@ -32,7 +32,6 @@
 #include <sys/mman.h>
 #include <inttypes.h>
 #include <dirent.h>
-#include <linux/posix_types.h>
 
 #include "linux_version.h"
 #include "c.h"