From 7972dd2f20e021f2b5b5b1a2004c3937238f6f84 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 21 Dec 2010 09:29:13 +0100 Subject: [PATCH] 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 --- mount/sundries.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5