summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makefs/ffs.c')
-rw-r--r--usr.sbin/makefs/ffs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c
index 96ef4ea2944..e4a2f6e5f2f 100644
--- a/usr.sbin/makefs/ffs.c
+++ b/usr.sbin/makefs/ffs.c
@@ -66,7 +66,6 @@
*/
#include <sys/param.h>
-#include <sys/mount.h>
#include <assert.h>
#include <errno.h>
@@ -77,7 +76,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <util.h>
#include "makefs.h"
#include "ffs.h"