mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Remove unused include, and place sys includes at top, which enabled
us to remove this include.
This commit is contained in:
parent
2ec1f77190
commit
f1fb54a2f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59870
@ -24,7 +24,8 @@ static const char rcsid[] =
|
||||
#endif /* not lint */
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
#include <sys/sysctl.h>
|
||||
@ -53,8 +54,6 @@ static const char rcsid[] =
|
||||
#include <netinet/ip_icmp.h>
|
||||
#include <netinet/ip_fw.h>
|
||||
#include <net/route.h> /* def. of struct route */
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <netinet/ip_dummynet.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user