From 218f9d3d6662800b2a85f2ade9824776d23137ae Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 4 Jan 2011 22:36:09 +0100 Subject: remove duplicate includes Signed-off-by: Karel Zak --- shlibs/blkid/src/blkidP.h | 1 - shlibs/mount/src/cache.c | 1 - shlibs/mount/src/optstr.c | 2 -- shlibs/mount/src/tab_update.c | 2 -- 4 files changed, 6 deletions(-) (limited to 'shlibs') diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h index 956a84e2..ab954e06 100644 --- a/shlibs/blkid/src/blkidP.h +++ b/shlibs/blkid/src/blkidP.h @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/shlibs/mount/src/cache.c b/shlibs/mount/src/cache.c index 0578c065..3ed69e1b 100644 --- a/shlibs/mount/src/cache.c +++ b/shlibs/mount/src/cache.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/shlibs/mount/src/optstr.c b/shlibs/mount/src/optstr.c index 8894dfba..8689dfb6 100644 --- a/shlibs/mount/src/optstr.c +++ b/shlibs/mount/src/optstr.c @@ -27,8 +27,6 @@ #include #endif -#include - #include "nls.h" #include "mountP.h" diff --git a/shlibs/mount/src/tab_update.c b/shlibs/mount/src/tab_update.c index cf32baf1..fffdd20c 100644 --- a/shlibs/mount/src/tab_update.c +++ b/shlibs/mount/src/tab_update.c @@ -817,8 +817,6 @@ int mnt_update_tab(mnt_update *upd, mnt_lock *lc) #ifdef TEST_PROGRAM -#include - mnt_lock *lock; static void lock_fallback(void) -- cgit v1.2.3