From 7e54937ddb022f672576cb288d412974c0534239 Mon Sep 17 00:00:00 2001 From: sam 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 c8a03017f405..a7d9acc0e7ee 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