summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-10-03 21:01:48 +0000
committersam <sam@FreeBSD.org>2003-10-03 21:01:48 +0000
commit7e54937ddb022f672576cb288d412974c0534239 (patch)
treee1698465bfda2cf13e922a58beb66b16ebb501db /sbin/ipfw
parent2b3514a20ca8310cc9607e33082eb44cf6029fbc (diff)
downloadFreeBSD-src-7e54937ddb022f672576cb288d412974c0534239.zip
FreeBSD-src-7e54937ddb022f672576cb288d412974c0534239.tar.gz
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
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index c8a0301..a7d9acc 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -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>
OpenPOWER on IntegriCloud