summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-08 04:20:12 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-08 04:20:12 +0000
commitf20a76bdd2ec55b9c489b70a6508529ea7d1abe8 (patch)
tree5dca70e58017fc24cf7dc8c6dc98da49f66f47a6 /sys
parent4d03300d1a89370b29b6abca545f7d0e3b624039 (diff)
remove unused VLAN headers.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_lge.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c
index 1a48d1e864c..a8836c98bb9 100644
--- a/sys/dev/pci/if_lge.c
+++ b/sys/dev/pci/if_lge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lge.c,v 1.28 2005/10/07 21:30:38 brad Exp $ */
+/* $OpenBSD: if_lge.c,v 1.29 2005/10/08 04:20:11 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2000, 2001
@@ -97,11 +97,6 @@
#include <netinet/if_ether.h>
#endif
-#if NVLAN > 0
-#include <net/if_types.h>
-#include <net/if_vlan_var.h>
-#endif
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif