--- src/sys/net/if_arp.h 2006/05/21 03:43:45 1.7 +++ src/sys/net/if_arp.h 2006/07/31 12:17:39 1.8 @@ -44,12 +44,6 @@ #ifndef _SYS_SOCKET_H_ #include #endif -#ifndef _NET_IF_H_ -#include -#endif -#ifndef _NET_IF_VAR_H_ -#include -#endif /* * Address Resolution Protocol. @@ -114,6 +108,9 @@ struct arpreq { #define ATF_USETRAILERS 0x10 /* has requested trailers */ #if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) +#ifndef _NET_IF_VAR_H_ +#include +#endif /* * Structure shared between the ethernet driver modules and