summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_sysent.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-10-17 14:50:13 +0000
committernewton <newton@FreeBSD.org>1999-10-17 14:50:13 +0000
commit3f1c7a4640af74ac4bbd497d7b73672c6a86d60c (patch)
treeaf07d4262d5756b0a68ad8e1e55586ee956e0ac4 /sys/compat/svr4/svr4_sysent.c
parent8c1e85e1e7949b180136295e6e604dfacd094a89 (diff)
downloadFreeBSD-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/compat/svr4/svr4_sysent.c')
-rw-r--r--sys/compat/svr4/svr4_sysent.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index e53cb87..2f70b4d 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/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. */
OpenPOWER on IntegriCloud