diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index f37ee4041901..32563491d0da 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 9a74aa32101a..d96bcb34d1d4 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 0df1c3e529cc..158c3f4ab269 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 d4a4cfee5390..353b52bcac82 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 e075a7adbc81..8b785bf708af 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 5f00aafd072e..361f6f6e9d7d 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 9f51a3ca9b9f..05337644ad8f 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 9a8ad4536a5a..4f8488eebb54 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 7f214f7ea2c0..08763ce5259b 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; diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c index 54d14d485dca..52cff5caa27f 100644 --- a/sys/miscfs/devfs/devfs_vnops.c +++ b/sys/miscfs/devfs/devfs_vnops.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include @@ -48,8 +47,6 @@ #include #include #include -#include -#include /* diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index f37ee4041901..32563491d0da 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -54,7 +54,6 @@ #include #include #include -#include #include #include diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 9a74aa32101a..d96bcb34d1d4 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -49,7 +49,6 @@ #include #include -#include #ifndef FIX_SSTEP #define FIX_SSTEP(p) diff --git a/sys/miscfs/procfs/procfs_dbregs.c b/sys/miscfs/procfs/procfs_dbregs.c index 0df1c3e529cc..158c3f4ab269 100644 --- a/sys/miscfs/procfs/procfs_dbregs.c +++ b/sys/miscfs/procfs/procfs_dbregs.c @@ -49,7 +49,6 @@ #include #include #include -#include int procfs_dodbregs(curp, p, pfs, uio) diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c index d4a4cfee5390..353b52bcac82 100644 --- a/sys/miscfs/procfs/procfs_fpregs.c +++ b/sys/miscfs/procfs/procfs_fpregs.c @@ -46,7 +46,6 @@ #include #include #include -#include int procfs_dofpregs(curp, p, pfs, uio) diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index e075a7adbc81..8b785bf708af 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -58,7 +58,6 @@ #include #include #include -#include #include #include diff --git a/sys/miscfs/procfs/procfs_rlimit.c b/sys/miscfs/procfs/procfs_rlimit.c index 5f00aafd072e..361f6f6e9d7d 100644 --- a/sys/miscfs/procfs/procfs_rlimit.c +++ b/sys/miscfs/procfs/procfs_rlimit.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index 9f51a3ca9b9f..05337644ad8f 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 9a8ad4536a5a..4f8488eebb54 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/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/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 7f214f7ea2c0..08763ce5259b 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -58,8 +58,6 @@ #include #include -#include -#include int uniondebug = 0;