diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/accf_data.c | 14 | ||||
| -rw-r--r-- | sys/netinet/accf_http.c | 12 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 88fa97596aa1..b66e1c709f45 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 6f1c7a8f4f3b..47aac1f2670b 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); |
