summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-10 14:35:32 +0000
committerbde <bde@FreeBSD.org>1997-04-10 14:35:32 +0000
commit399094850733b35d20c444426db9b6073cf31e43 (patch)
tree2001ba384ab699ea4a13fc8227394074b169a0b9 /sys/miscfs
parent052a702922427e213dce37b35b17e76a72d73449 (diff)
downloadFreeBSD-src-399094850733b35d20c444426db9b6073cf31e43.zip
FreeBSD-src-399094850733b35d20c444426db9b6073cf31e43.tar.gz
Removed unused or apparently-unused #includes, especially of the
deprecated header <sys/dir.h>.
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/devfs/devfs_tree.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index f9386f8..784f23b 100644
--- a/sys/miscfs/devfs/devfs_tree.c
+++ b/sys/miscfs/devfs/devfs_tree.c
@@ -2,23 +2,20 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.33 1996/11/21 07:18:57 julian Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.34 1997/02/12 16:19:04 mpp Exp $
*/
#include "opt_devfs.h"
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/types.h>
#include <sys/kernel.h>
-#include <sys/file.h> /* define FWRITE ... */
#include <sys/conf.h>
-#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/proc.h>
+#include <sys/time.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
-#include <sys/dir.h> /* defines dirent structure */
#include <sys/devfsext.h>
#include <machine/stdarg.h>
OpenPOWER on IntegriCloud