summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-05-01 20:19:44 +0000
committerasmodai <asmodai@FreeBSD.org>2000-05-01 20:19:44 +0000
commitc442c7bb984dfdac91322429272fd887f005a9ce (patch)
treee1cffa07609c4fc33990f16574356cc1f257e268 /sbin/ipfw/ipfw.c
parentbd36251beafeed2035fe312df4ef17343bc008ca (diff)
downloadFreeBSD-src-c442c7bb984dfdac91322429272fd887f005a9ce.zip
FreeBSD-src-c442c7bb984dfdac91322429272fd887f005a9ce.tar.gz
Remove unused include, and place sys includes at top, which enabled
us to remove this include.
Diffstat (limited to 'sbin/ipfw/ipfw.c')
-rw-r--r--sbin/ipfw/ipfw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index d01b6e9..290bb9a 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -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>
OpenPOWER on IntegriCloud