1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

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
This commit is contained in:
Robert Watson 2002-08-15 14:34:45 +00:00
parent 9daf40feaa
commit ecd3e8ff5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101921

View File

@ -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>