diff options
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> |