diff options
author | newton <newton@FreeBSD.org> | 1999-10-17 14:50:13 +0000 |
---|---|---|
committer | newton <newton@FreeBSD.org> | 1999-10-17 14:50:13 +0000 |
commit | 3f1c7a4640af74ac4bbd497d7b73672c6a86d60c (patch) | |
tree | af07d4262d5756b0a68ad8e1e55586ee956e0ac4 /sys/svr4 | |
parent | 8c1e85e1e7949b180136295e6e604dfacd094a89 (diff) | |
download | FreeBSD-src-3f1c7a4640af74ac4bbd497d7b73672c6a86d60c.zip FreeBSD-src-3f1c7a4640af74ac4bbd497d7b73672c6a86d60c.tar.gz |
Remove unnecessary includes.
phk's script walked through .c and .h files, but some of the ones on
the list are actually derived from sys/svr4/syscalls.master. Make
the necessary changes here and the others will implicitly follow...
Submitted by: phk
Diffstat (limited to 'sys/svr4')
-rw-r--r-- | sys/svr4/svr4_sysent.c | 10 | ||||
-rw-r--r-- | sys/svr4/syscalls.master | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/svr4/svr4_sysent.c b/sys/svr4/svr4_sysent.c index e53cb87..2f70b4d 100644 --- a/sys/svr4/svr4_sysent.c +++ b/sys/svr4/svr4_sysent.c @@ -7,21 +7,11 @@ */ #include <sys/types.h> -#include <sys/socket.h> -#include <sys/param.h> -#include <sys/file.h> -#include <sys/filio.h> #include <sys/sysent.h> #include <sys/sysproto.h> -#include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <svr4/svr4_types.h> #include <svr4/svr4_signal.h> -#include <svr4/svr4_stropts.h> -#include <svr4/svr4_socket.h> -#include <svr4/svr4_sockio.h> -#include <svr4/svr4_timod.h> #include <svr4/svr4_proto.h> /* The casts are bogus but will do for now. */ diff --git a/sys/svr4/syscalls.master b/sys/svr4/syscalls.master index 43e8f48..f5fc97e 100644 --- a/sys/svr4/syscalls.master +++ b/sys/svr4/syscalls.master @@ -23,22 +23,12 @@ ; $FreeBSD$ ; #include <sys/types.h> -#include <sys/socket.h> -#include <sys/param.h> -#include <sys/file.h> -#include <sys/filio.h> #include <sys/sysent.h> #include <sys/sysproto.h> -#include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <svr4/svr4_types.h> #include <svr4/svr4_signal.h> -#include <svr4/svr4_stropts.h> -#include <svr4/svr4_socket.h> -#include <svr4/svr4_sockio.h> -#include <svr4/svr4_timod.h> #include <svr4/svr4_proto.h> ; #ifdef's, etc. may be included, and are copied to the output files. |