From 989c4095edbff73ed97a7a64c9e73afd29ae9079 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 8 Dec 1999 08:59:40 +0000 Subject: Remove unused #includes. Obtained from: http://bogon.freebsd.dk/include --- sys/fs/fdescfs/fdesc_vnops.c | 1 - sys/fs/procfs/procfs_ctl.c | 1 - sys/fs/procfs/procfs_dbregs.c | 1 - sys/fs/procfs/procfs_fpregs.c | 1 - sys/fs/procfs/procfs_mem.c | 1 - sys/fs/procfs/procfs_rlimit.c | 1 - sys/fs/procfs/procfs_vfsops.c | 1 - sys/fs/specfs/spec_vnops.c | 4 ---- sys/fs/unionfs/union_vnops.c | 2 -- 9 files changed, 13 deletions(-) (limited to 'sys/fs') 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 #include #include -#include #include #include 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 #include -#include #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 #include #include -#include 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 #include #include -#include 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 #include #include -#include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include -#include #include #include #include #include #include -#include -#include 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 #include -#include -#include int uniondebug = 0; -- cgit v1.1