diff options
Diffstat (limited to 'sys/dev/pci/if_vte.c')
-rw-r--r-- | sys/dev/pci/if_vte.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_vte.c b/sys/dev/pci/if_vte.c index ef4a69c4167..3724e44d891 100644 --- a/sys/dev/pci/if_vte.c +++ b/sys/dev/pci/if_vte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vte.c,v 1.14 2015/10/25 13:04:28 mpi Exp $ */ +/* $OpenBSD: if_vte.c,v 1.15 2015/11/14 17:54:57 mpi Exp $ */ /*- * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -52,9 +52,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_types.h> -#include <net/if_vlan_var.h> - #if NBPFILTER > 0 #include <net/bpf.h> #endif |