mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
remove include of route.h now that ip_dummynet.h no longer exposes
data structures that have an embedded struct route Sponsored by: FreeBSD Foundation
This commit is contained in:
parent
12394d06d8
commit
2091a3fbaf
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@
|
|||
#include <netinet/ip.h>
|
||||
#include <netinet/ip_icmp.h>
|
||||
#include <netinet/ip_fw.h>
|
||||
#include <net/route.h> /* def. of struct route */
|
||||
#include <netinet/ip_dummynet.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue