diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2012-10-08 17:41:56 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2012-10-08 17:41:56 +0000 |
commit | 0a8526396b047c8a0e811a5f24c204a1f53fbb7b (patch) | |
tree | aa8ec8bdca9d4e9d27cead7d73012436039aacaa /sys/net/pfvar.h | |
parent | df28524b790fc6b062c4e2af540498b1fbe9a771 (diff) |
Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to
include sys/mbuf.h in net/pfvar.h.
Flagged by and ok guenther@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index df95c76933d..2b4b83f4356 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.370 2012/10/05 12:32:27 camield Exp $ */ +/* $OpenBSD: pfvar.h,v 1.371 2012/10/08 17:41:55 camield Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -35,7 +35,6 @@ #define _NET_PFVAR_H_ #include <sys/param.h> -#include <sys/mbuf.h> #include <sys/types.h> #include <sys/queue.h> #include <sys/tree.h> |