]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: remove leftover blkid include
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Jun 2017 19:16:29 +0000 (14:16 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 15 Jun 2017 19:16:29 +0000 (14:16 -0500)
All topology handling moved to libxcmd a while ago.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/xfs_mkfs.c

index 930f3d2aad6f9c47eaf630153b8ba0bbd22cc530..3d2117f113df0a7f406bf066ffa14e048bdecebd 100644 (file)
@@ -18,9 +18,6 @@
 
 #include "libxfs.h"
 #include <ctype.h>
-#ifdef ENABLE_BLKID
-#  include <blkid/blkid.h>
-#endif /* ENABLE_BLKID */
 #include "xfs_multidisk.h"
 #include "libxcmd.h"