]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib: [fsprobe.c] remove obsolete <blkid/blkid.h>
authorKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2011 16:48:47 +0000 (17:48 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2011 16:48:47 +0000 (17:48 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/fsprobe.c

index 0fed50294c68f5eb94ca8ef7ffb7ebd4e9235d36..2d7be0e5bbc2fd717d2e9c83e99fbab14ddb4d52 100644 (file)
@@ -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"