summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/bridgestp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index e05e1be468a..39ccd4402f8 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bridgestp.c,v 1.33 2008/06/13 19:08:19 henning Exp $ */
+/* $OpenBSD: bridgestp.c,v 1.34 2008/06/14 19:13:42 jsing Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -65,10 +65,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/net/bridgestp.c,v 1.25 2006/11/03 03
#include <netinet/if_ether.h>
#endif
-#if NBPFILTER > 0
-#include <net/bpf.h>
-#endif
-
#include <net/if_bridge.h>
/* STP port states */