summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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