diff options
author | newton <newton@FreeBSD.org> | 1999-12-08 12:01:59 +0000 |
---|---|---|
committer | newton <newton@FreeBSD.org> | 1999-12-08 12:01:59 +0000 |
commit | 1b15e9efa0702e1a6fe465b083e91fbeb1e2e931 (patch) | |
tree | b8540c04febe05f671816400b6d177ab8d484928 /sys/svr4/svr4_stat.c | |
parent | 16e714edf5b7f8f9badffdb6cf1ab2b42ca0c2bb (diff) | |
download | FreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.zip FreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.tar.gz |
Remove unnecessary includes
Prodded by: phk
Diffstat (limited to 'sys/svr4/svr4_stat.c')
-rw-r--r-- | sys/svr4/svr4_stat.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/svr4/svr4_stat.c b/sys/svr4/svr4_stat.c index f1d8c40..8884116 100644 --- a/sys/svr4/svr4_stat.c +++ b/sys/svr4/svr4_stat.c @@ -31,19 +31,18 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> -#include <sys/file.h> #include <sys/stat.h> #include <sys/filedesc.h> #include <sys/kernel.h> #include <sys/unistd.h> - #include <sys/time.h> -#include <vm/vm.h> #include <sys/sysctl.h> -#include <netinet/in.h> - #include <sys/sysproto.h> +#include <vm/vm.h> + +#include <netinet/in.h> + #include <svr4/svr4.h> #include <svr4/svr4_types.h> #include <svr4/svr4_signal.h> |