summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 4f85ea8a042..ca11df71950 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.320 2003/02/16 15:19:42 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.321 2003/02/17 06:56:04 mpech Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -27,7 +27,6 @@
%{
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/ioctl.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>