Remove the <netinet/ip_compat.h> include from one of the newly added

sanitizer sources.  It is apparently unnecessary, and causes trouble for
people using WITHOUT_IPFILTER.

Reported by:	Pawel Biernacki <pawel.biernacki@gmail.com>, Kurt Lidl <lidl@pix.net>
This commit is contained in:
Dimitry Andric 2015-01-14 22:37:11 +00:00
parent d2955419cd
commit 3a5ae4edcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277201

View File

@ -97,7 +97,6 @@
# include <sys/link_elf.h>
# include <netinet/ip_mroute.h>
# include <netinet/in.h>
# include <netinet/ip_compat.h>
# include <net/ethernet.h>
# include <net/ppp_defs.h>
# include <glob.h>