diff options
author | Karel Zak <kzak@redhat.com> | 2011-01-04 22:36:09 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-04 22:36:09 +0100 |
commit | 218f9d3d6662800b2a85f2ade9824776d23137ae (patch) | |
tree | 40ae4404381823a09d44a322b20755a4292e0439 /misc-utils | |
parent | e5b17b316a79f24ab5226cb60d43192e70d78650 (diff) | |
download | util-linux-old-218f9d3d6662800b2a85f2ade9824776d23137ae.tar.gz |
remove duplicate includes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/lsblk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c index 9d0f0160..af77c569 100644 --- a/misc-utils/lsblk.c +++ b/misc-utils/lsblk.c @@ -23,7 +23,6 @@ #include <stdio.h> #include <errno.h> #include <getopt.h> -#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <stdint.h> |