summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-10-07 23:15:17 +0000
committeralfred <alfred@FreeBSD.org>2000-10-07 23:15:17 +0000
commit1d991e1b3c8277558eadc6388ebddeaf93625bc1 (patch)
tree3e482ff7bf9be8a4ff4d54e8deb7acb7de75ac8b /sys
parent6be81ed3513cd9a18c86bcbc31c2e95891e3b6bd (diff)
downloadFreeBSD-src-1d991e1b3c8277558eadc6388ebddeaf93625bc1.zip
FreeBSD-src-1d991e1b3c8277558eadc6388ebddeaf93625bc1.tar.gz
Remove headers not needed.
Pointed out by: phk
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/accf_data.c14
-rw-r--r--sys/netinet/accf_http.c12
2 files changed, 0 insertions, 26 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c
index 88fa975..b66e1c7 100644
--- a/sys/netinet/accf_data.c
+++ b/sys/netinet/accf_data.c
@@ -30,22 +30,8 @@
#include <sys/param.h>
#include <sys/sysctl.h>
-#include <sys/systm.h>
-#include <sys/sysproto.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
-#include <sys/malloc.h>
-#include <sys/unistd.h>
-#include <sys/file.h>
-#include <sys/fcntl.h>
-#include <sys/protosw.h>
-#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <sys/stat.h>
-#include <sys/mbuf.h>
-#include <sys/resource.h>
-#include <sys/sysent.h>
-#include <sys/resourcevar.h>
/* accept filter that holds a socket until data arrives */
diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c
index 6f1c7a8..47aac1f 100644
--- a/sys/netinet/accf_http.c
+++ b/sys/netinet/accf_http.c
@@ -30,23 +30,11 @@
#define ACCEPT_FILTER_MOD
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-#include <sys/malloc.h>
-#include <sys/unistd.h>
-#include <sys/file.h>
-#include <sys/fcntl.h>
-#include <sys/protosw.h>
#include <sys/sysctl.h>
-#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <sys/stat.h>
#include <sys/mbuf.h>
-#include <sys/resource.h>
-#include <sys/sysent.h>
-#include <sys/resourcevar.h>
/* check for GET/HEAD */
static void sohashttpget(struct socket *so, void *arg, int waitflag);
OpenPOWER on IntegriCloud