Remove #include <netinet/ip.h>.

Submitted by:	bde
This commit is contained in:
sobomax 2002-09-07 12:22:17 +00:00
parent e2042467a2
commit 43881a9c90

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;