diff options
Diffstat (limited to 'sys/netinet/accf_http.c')
-rw-r--r-- | sys/netinet/accf_http.c | 12 |
1 files changed, 0 insertions, 12 deletions
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); |