aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-12-22 05:44:29 +0000
committerXin LI <delphij@FreeBSD.org>2019-12-22 05:44:29 +0000
commite87e283ce36f0c12b442244e4e5f679c17d8bb50 (patch)
tree250df7d1067e1adb1827bdd396ebf00c0d9029ee /sbin/fsck
parentbef91632dae0587cbee178a68ca5d7ec4942e7ce (diff)
downloadsrc-e87e283ce36f0c12b442244e4e5f679c17d8bb50.tar.gz
src-e87e283ce36f0c12b442244e4e5f679c17d8bb50.zip
Remove unused includes.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=356000
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/fsck.c1
-rw-r--r--sbin/fsck/fsutil.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
index 7895ee7b6557..84d2e2fe422f 100644
--- a/sbin/fsck/fsck.c
+++ b/sbin/fsck/fsck.c
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
-#include <errno.h>
#include <fstab.h>
#include <fcntl.h>
#include <paths.h>
diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c
index 06e7e96ea465..012bd434dce6 100644
--- a/sbin/fsck/fsutil.c
+++ b/sbin/fsck/fsutil.c
@@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");
#include <sys/mount.h>
#include <err.h>
-#include <errno.h>
-#include <fstab.h>
#include <paths.h>
#include <stdarg.h>
#include <stdio.h>