From: Karel Zak Date: Tue, 21 Dec 2010 08:29:13 +0000 (+0100) Subject: losetup: remove unnecessary fstab.h include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7972dd2f20e021f2b5b5b1a2004c3937238f6f84;p=util-linux 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 --- 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"