summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2012-10-16 10:58:05 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2012-10-16 10:58:05 +0000
commit16396eaaaf4ccc5cde853ab98f7dfb2f878be12a (patch)
tree99c5df0b31cceed054f3ff1f9712a467db879e6e /sys
parent62e45c0d85d91b67b1e82e033d13b444295d279f (diff)
Remove uneeded <net/bpf.h> include which was never used as it
was protected by #if NBPFILTER > 0 and "bpfilter.h" wasn't included.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_gem_pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c
index 80c8b8a18d3..d30bd4bb038 100644
--- a/sys/dev/pci/if_gem_pci.c
+++ b/sys/dev/pci/if_gem_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gem_pci.c,v 1.33 2012/09/30 02:16:17 brad Exp $ */
+/* $OpenBSD: if_gem_pci.c,v 1.34 2012/10/16 10:58:04 jsg Exp $ */
/* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */
/*
@@ -53,10 +53,6 @@
#include <netinet/if_ether.h>
#endif
-#if NBPFILTER > 0
-#include <net/bpf.h>
-#endif
-
#include <machine/bus.h>
#include <machine/intr.h>