diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-08-15 14:34:45 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-08-15 14:34:45 +0000 |
commit | bdc6074d4f69f949886a6004c507f7fa514a2754 (patch) | |
tree | 598d210f6ddfc902cd6cb9f57de03dc3f470b7a5 /sys/netinet/tcp_debug.c | |
parent | 9b4d2c89ad6915cdc48401d12fef335b6cf92e2f (diff) | |
download | FreeBSD-src-bdc6074d4f69f949886a6004c507f7fa514a2754.zip FreeBSD-src-bdc6074d4f69f949886a6004c507f7fa514a2754.tar.gz |
It's now sufficient to rely on a nested include of _label.h to make sure
all structures in ip_var.h are defined, so remove include of mac.h.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r-- | sys/netinet/tcp_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 203cc3c..89e9d7c 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -51,7 +51,6 @@ #endif #include <sys/param.h> -#include <sys/mac.h> #include <sys/systm.h> #include <sys/protosw.h> #include <sys/socket.h> |