diff options
Diffstat (limited to 'sbin/pfctl/parse.y')
-rw-r--r-- | sbin/pfctl/parse.y | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index c5e0f13e2b2..b1ac854c77c 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.274 2003/01/03 22:22:18 dhartmei Exp $ */ +/* $OpenBSD: parse.y,v 1.275 2003/01/04 00:01:34 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -54,10 +54,8 @@ #include <grp.h> #include <md5.h> -#include "pf_print_state.h" #include "pfctl_parser.h" -#include "pfctl_radix.h" -#include "pfctl_altq.h" +#include "pfctl.h" static struct pfctl *pf = NULL; static FILE *fin = NULL; |