summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/ffs/ffs_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/makefs/ffs/ffs_alloc.c')
-rw-r--r--usr.sbin/makefs/ffs/ffs_alloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/makefs/ffs/ffs_alloc.c b/usr.sbin/makefs/ffs/ffs_alloc.c
index dfd2784c9b2..31a4f1df063 100644
--- a/usr.sbin/makefs/ffs/ffs_alloc.c
+++ b/usr.sbin/makefs/ffs/ffs_alloc.c
@@ -42,12 +42,9 @@
*/
#include <sys/param.h>
-#include <sys/time.h>
#include <errno.h>
-#include "makefs.h"
-
#include <ufs/ufs/dinode.h>
#include <ufs/ufs/ufs_bswap.h>
#include <ufs/ffs/fs.h>