From 2091a3fbaf66668cf8243dc5c0b13ddd047759bf Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 3 Oct 2003 21:01:48 +0000 Subject: [PATCH] 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 --- sbin/ipfw/ipfw2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index c8a03017f40..a7d9acc0e7e 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -50,7 +50,6 @@ #include #include #include -#include /* def. of struct route */ #include #include #include