diff options
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r-- | sys/fs/procfs/procfs_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c index 5544b42..91daf9d 100644 --- a/sys/fs/procfs/procfs_vfsops.c +++ b/sys/fs/procfs/procfs_vfsops.c @@ -47,8 +47,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/proc.h> -#include <net/radix.h> -#include <sys/socket.h> #include <sys/mount.h> #include <sys/vnode.h> #include <miscfs/procfs/procfs.h> |