diff options
Diffstat (limited to 'sys/dev/pci/if_ixgb.h')
-rw-r--r-- | sys/dev/pci/if_ixgb.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index 19c6c47487e..7891f19ebe8 100644 --- a/sys/dev/pci/if_ixgb.h +++ b/sys/dev/pci/if_ixgb.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.h,v 1.17 2014/12/26 05:46:32 tedu Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.18 2015/11/14 17:54:57 mpi Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -59,11 +59,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <netinet/tcp.h> #include <netinet/udp.h> -#if NVLAN > 0 -#include <net/if_types.h> -#include <net/if_vlan_var.h> -#endif - #if NBPFILTER > 0 #include <net/bpf.h> #endif |