]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: remove duplicate includes
authorKarel Zak <kzak@redhat.com>
Wed, 10 Apr 2013 15:16:28 +0000 (17:16 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Apr 2013 15:16:28 +0000 (17:16 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/blkidP.h

index 83fccfbe714048620dcb716ea9b41f8d85d77883..7cc585932a2c2fc2b30816eaf7882083269db2de 100644 (file)
@@ -338,8 +338,6 @@ struct blkid_struct_cache
 #define BLKID_DEBUG_ALL                0xFFFF
 
 #ifdef CONFIG_BLKID_DEBUG
-# include <stdio.h>
-# include <stdarg.h>
 extern int libblkid_debug_mask;
 extern void blkid_debug_dump_dev(blkid_dev dev);
 extern void blkid_debug_dump_tag(blkid_tag tag);