Remove #include <netinet/ip.h>.

Submitted by:	bde
This commit is contained in:
Maxim Sobolev 2002-09-07 12:22:17 +00:00
parent 3b68178c89
commit 7c2ffa8911

View File

@ -43,10 +43,6 @@
#include <sys/ioccom.h>
#include <sys/queue.h>
#ifdef INET
#include <netinet/ip.h>
#endif
struct gre_softc {
struct ifnet sc_if;
LIST_ENTRY(gre_softc) sc_list;