From e9c4a161098d204fb8e247bcd1d8add275b42cdb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 4 Jan 2003 00:01:35 +0000 Subject: I do not know where this policy of "one .h file for every .c file" comes from, but whoever thought of it is stupid. --- sbin/pfctl/pfctl_altq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/pfctl/pfctl_altq.c') diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index 0415154ea96..bd6b28e1d2a 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.28 2003/01/03 21:48:21 deraadt Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.29 2003/01/04 00:01:34 deraadt Exp $ */ /* * Copyright (C) 2002 @@ -49,7 +49,7 @@ #include #include "pfctl_parser.h" -#include "pfctl_altq.h" +#include "pfctl.h" #define is_sc_null(sc) (((sc) == NULL) || ((sc)->m1 == 0 && (sc)->m2 == 0)) -- cgit v1.2.3