]> err.no Git - util-linux/commitdiff
losetup: remove unnecessary fstab.h include
authorKarel Zak <kzak@redhat.com>
Tue, 21 Dec 2010 08:29:13 +0000 (09:29 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:47 +0000 (12:28 +0100)
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>
mount/sundries.c

index 7190aca8d52ac08cdf32563f89eb23cd86e8a0c8..ae4501ac7414604b61815fa5f1534a6d31915693 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "canonicalize.h"
 
-#include "fstab.h"
 #include "sundries.h"
 #include "xmalloc.h"
 #include "nls.h"