summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-12-08 08:59:40 +0000
committerphk <phk@FreeBSD.org>1999-12-08 08:59:40 +0000
commit989c4095edbff73ed97a7a64c9e73afd29ae9079 (patch)
tree8cb4d00150d9a538d2b498a27d9af0cc79fe974e /sys/fs
parent4673fb11c389f5466612ea4c6e8f908cc18696d8 (diff)
downloadFreeBSD-src-989c4095edbff73ed97a7a64c9e73afd29ae9079.zip
FreeBSD-src-989c4095edbff73ed97a7a64c9e73afd29ae9079.tar.gz
Remove unused #includes.
Obtained from: http://bogon.freebsd.dk/include
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c1
-rw-r--r--sys/fs/procfs/procfs_ctl.c1
-rw-r--r--sys/fs/procfs/procfs_dbregs.c1
-rw-r--r--sys/fs/procfs/procfs_fpregs.c1
-rw-r--r--sys/fs/procfs/procfs_mem.c1
-rw-r--r--sys/fs/procfs/procfs_rlimit.c1
-rw-r--r--sys/fs/procfs/procfs_vfsops.c1
-rw-r--r--sys/fs/specfs/spec_vnops.c4
-rw-r--r--sys/fs/unionfs/union_vnops.c2
9 files changed, 0 insertions, 13 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index f37ee40..3256349 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -54,7 +54,6 @@
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/dirent.h>
-#include <sys/socketvar.h>
#include <sys/conf.h>
#include <miscfs/fdesc/fdesc.h>
diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c
index 9a74aa3..d96bcb3 100644
--- a/sys/fs/procfs/procfs_ctl.c
+++ b/sys/fs/procfs/procfs_ctl.c
@@ -49,7 +49,6 @@
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
-#include <vm/vm_extern.h>
#ifndef FIX_SSTEP
#define FIX_SSTEP(p)
diff --git a/sys/fs/procfs/procfs_dbregs.c b/sys/fs/procfs/procfs_dbregs.c
index 0df1c3e..158c3f4 100644
--- a/sys/fs/procfs/procfs_dbregs.c
+++ b/sys/fs/procfs/procfs_dbregs.c
@@ -49,7 +49,6 @@
#include <machine/reg.h>
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
-#include <vm/vm_extern.h>
int
procfs_dodbregs(curp, p, pfs, uio)
diff --git a/sys/fs/procfs/procfs_fpregs.c b/sys/fs/procfs/procfs_fpregs.c
index d4a4cfe..353b52b 100644
--- a/sys/fs/procfs/procfs_fpregs.c
+++ b/sys/fs/procfs/procfs_fpregs.c
@@ -46,7 +46,6 @@
#include <machine/reg.h>
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
-#include <vm/vm_extern.h>
int
procfs_dofpregs(curp, p, pfs, uio)
diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c
index e075a7a..8b785bf 100644
--- a/sys/fs/procfs/procfs_mem.c
+++ b/sys/fs/procfs/procfs_mem.c
@@ -58,7 +58,6 @@
#include <vm/vm_kern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
-#include <vm/vm_extern.h>
#include <sys/user.h>
#include <sys/ptrace.h>
diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c
index 5f00aaf..361f6f6 100644
--- a/sys/fs/procfs/procfs_rlimit.c
+++ b/sys/fs/procfs/procfs_rlimit.c
@@ -49,7 +49,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/vnode.h>
-#include <sys/tty.h>
#include <sys/resourcevar.h>
#include <sys/resource.h>
#include <sys/types.h>
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index 9f51a3c..0533764 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -47,7 +47,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-#include <sys/syslog.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <miscfs/procfs/procfs.h>
diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c
index 9a8ad45..4f8488e 100644
--- a/sys/fs/specfs/spec_vnops.c
+++ b/sys/fs/specfs/spec_vnops.c
@@ -44,17 +44,13 @@
#include <sys/vnode.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
-#include <sys/disklabel.h>
#include <sys/vmmeter.h>
-#include <sys/sysctl.h>
#include <sys/tty.h>
#include <vm/vm.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
-#include <vm/vnode_pager.h>
-#include <vm/vm_extern.h>
static int spec_advlock __P((struct vop_advlock_args *));
static int spec_bmap __P((struct vop_bmap_args *));
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index 7f214f7..08763ce 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -58,8 +58,6 @@
#include <vm/vm_page.h>
#include <vm/vm_object.h>
-#include <vm/vm_pager.h>
-#include <vm/vm_extern.h>
int uniondebug = 0;
OpenPOWER on IntegriCloud