diff options
author | Karel Zak <kzak@redhat.com> | 2010-12-21 09:29:13 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:47 +0100 |
commit | 7972dd2f20e021f2b5b5b1a2004c3937238f6f84 (patch) | |
tree | 06bbb1fb30afc4e5456d699ecdc3b60ff9bb4a2f | |
parent | c9cf41e4f2b263bbf8e0ed0fbc90163988740a3f (diff) | |
download | util-linux-old-7972dd2f20e021f2b5b5b1a2004c3937238f6f84.tar.gz |
losetup: remove unnecessary fstab.h include
The file is necessary for mount(8) only and should not be used in
the generic sundries.c. utils.
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | mount/sundries.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mount/sundries.c b/mount/sundries.c index 7190aca8..ae4501ac 100644 --- a/mount/sundries.c +++ b/mount/sundries.c @@ -14,7 +14,6 @@ #include "canonicalize.h" -#include "fstab.h" #include "sundries.h" #include "xmalloc.h" #include "nls.h" |