summaryrefslogtreecommitdiffstats
path: root/lib/fsprobe.c
diff options
context:
space:
mode:
authorKarel Zak2011-03-16 17:48:47 +0100
committerKarel Zak2011-03-16 17:48:47 +0100
commit70cc35de731d70a725a60ec67771e6ea7c163b25 (patch)
treee96b754e5420eb7bd8a94079f77f9c698aea62ef /lib/fsprobe.c
parentbuild-sys: don't use HAVE_LIBBLKID_INTERNAL macro (diff)
downloadkernel-qcow2-util-linux-70cc35de731d70a725a60ec67771e6ea7c163b25.tar.gz
kernel-qcow2-util-linux-70cc35de731d70a725a60ec67771e6ea7c163b25.tar.xz
kernel-qcow2-util-linux-70cc35de731d70a725a60ec67771e6ea7c163b25.zip
lib: [fsprobe.c] remove obsolete <blkid/blkid.h>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/fsprobe.c')
-rw-r--r--lib/fsprobe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fsprobe.c b/lib/fsprobe.c
index 0fed50294..2d7be0e5b 100644
--- a/lib/fsprobe.c
+++ b/lib/fsprobe.c
@@ -7,11 +7,7 @@
#include <sys/types.h>
#include <stdlib.h>
-#ifdef HAVE_BLKID_BLKID_H
-#include <blkid/blkid.h>
-#else
#include <blkid.h>
-#endif
#include "blkdev.h"
#include "canonicalize.h"