remove unnecessary kernel dependency - mep@netsec.net
authorkjell <kjell@openbsd.org>
Wed, 12 Apr 2000 21:51:48 +0000 (21:51 +0000)
committerkjell <kjell@openbsd.org>
Wed, 12 Apr 2000 21:51:48 +0000 (21:51 +0000)
sbin/ipf/ipf.c

index 17cf2d3..9a97884 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ipf.c,v 1.23 2000/03/13 23:40:19 kjell Exp $  */
+/*     $OpenBSD: ipf.c,v 1.24 2000/04/12 21:51:48 kjell Exp $  */
 
 /*
  * Copyright (C) 1993-1998 by Darren Reed.
@@ -39,7 +39,6 @@
 #include <netinet/ip_fil_compat.h>
 #include <netinet/ip_fil.h>
 #include <netinet/ip_nat.h>
-#include <netinet/ip_state.h>
 #include "ipf.h"
 #include <netinet/ipl.h>