diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 00:01:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 00:01:35 +0000 |
commit | e9c4a161098d204fb8e247bcd1d8add275b42cdb (patch) | |
tree | 508d5f1a7720a20bbc174c5f3ea39c82a1d52c7b /sbin/pfctl/pfctl_altq.c | |
parent | d7c7d2ecfc537aaa3a579a56bd6cb368f723c27f (diff) |
I do not know where this policy of "one .h file for every .c file" comes
from, but whoever thought of it is stupid.
Diffstat (limited to 'sbin/pfctl/pfctl_altq.c')
-rw-r--r-- | sbin/pfctl/pfctl_altq.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <altq/altq_hfsc.h> #include "pfctl_parser.h" -#include "pfctl_altq.h" +#include "pfctl.h" #define is_sc_null(sc) (((sc) == NULL) || ((sc)->m1 == 0 && (sc)->m2 == 0)) |