Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is not

always available, and nothing in sanitizer_platform_limits_posix.cc uses
any of its definitions.

See also: https://svnweb.freebsd.org/changeset/base/277201

Reviewers: kcc, kutuzov.viktor.84, samsonov
Reviewed By: samsonov
Differential Revision: http://reviews.llvm.org/D7486

llvm-svn: 229518
This commit is contained in:
Dimitry Andric 2015-02-17 18:27:39 +00:00
parent bb0d5aba8e
commit 7a9afba9ad
1 changed files with 0 additions and 1 deletions

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>