summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-06-13 16:05:41 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-06-13 16:05:41 +0000
commit222ef43340b404ecf52993eaa99b04f149bf2ed8 (patch)
tree8c854c85df61cc0848d240919d32c2ed4d0e5d2d /usr.sbin/makefs
parent6b7c15e58059de1f981e9c7bb448ef0a3669e52e (diff)
downloadsrc-test2-222ef43340b404ecf52993eaa99b04f149bf2ed8.tar.gz
src-test2-222ef43340b404ecf52993eaa99b04f149bf2ed8.zip
Notes
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/ffs/ffs_bswap.c3
-rw-r--r--usr.sbin/makefs/ffs/ffs_subr.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/makefs/ffs/ffs_bswap.c b/usr.sbin/makefs/ffs/ffs_bswap.c
index 7049991168b8..18ace03123fc 100644
--- a/usr.sbin/makefs/ffs/ffs_bswap.c
+++ b/usr.sbin/makefs/ffs/ffs_bswap.c
@@ -34,9 +34,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/queue.h>
-#include <sys/lock.h>
-#include <sys/lockmgr.h>
#if defined(_KERNEL)
#include <sys/systm.h>
#endif
diff --git a/usr.sbin/makefs/ffs/ffs_subr.c b/usr.sbin/makefs/ffs/ffs_subr.c
index 19d3543c292c..5f9b6f2b7dc9 100644
--- a/usr.sbin/makefs/ffs/ffs_subr.c
+++ b/usr.sbin/makefs/ffs/ffs_subr.c
@@ -35,9 +35,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/queue.h>
-#include <sys/lock.h>
-#include <sys/lockmgr.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>