From f1fb54a2f53e17c35de6d3191a83da905698262c Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 1 May 2000 20:19:44 +0000 Subject: Remove unused include, and place sys includes at top, which enabled us to remove this include. --- sbin/ipfw/ipfw.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index d01b6e9614a2..290bb9aa34af 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -24,7 +24,8 @@ static const char rcsid[] = #endif /* not lint */ -#include +#include +#include #include #include #include @@ -53,8 +54,6 @@ static const char rcsid[] = #include #include #include /* def. of struct route */ -#include -#include #include #include #include -- cgit v1.2.3