]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib,loopdev: remove duplicate includes
authorKarel Zak <kzak@redhat.com>
Tue, 17 Jan 2012 15:21:56 +0000 (16:21 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Jan 2012 15:21:56 +0000 (16:21 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/loopdev.c

index 0e22bca1cc7a38dac8be3be5e9f298458d185b15..9eb21025f7886fa93b272a61e4c8ed3900b02887 100644 (file)
@@ -41,7 +41,6 @@
 #define CONFIG_LOOPDEV_DEBUG
 
 #ifdef CONFIG_LOOPDEV_DEBUG
-# include <stdio.h>
 # include <stdarg.h>
 
 # define DBG(l,x)      do { \