mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Remove headers not needed.
Pointed out by: phk
This commit is contained in:
parent
e16befd944
commit
abbfaeb87b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66798
@ -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 */
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user