summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-07 08:44:39 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-07 08:44:39 +0000
commitd6fd9cb07630888fc3d06c488e0dee919fd7fd6d (patch)
tree0246a70ff046156e75928df2f2a12c91da9c831c /sys
parent92fd64eb618685a410334b37dd6d87e601128ef4 (diff)
Remove uneeded bpfdesc.h include.
ok mcbride@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_san_common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_san_common.c b/sys/dev/pci/if_san_common.c
index 6b953b8d009..bb4ee869f59 100644
--- a/sys/dev/pci/if_san_common.c
+++ b/sys/dev/pci/if_san_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_san_common.c,v 1.4 2004/07/16 15:11:45 alex Exp $ */
+/* $OpenBSD: if_san_common.c,v 1.5 2004/12/07 08:44:38 jsg Exp $ */
/*-
* Copyright (c) 2001-2004 Sangoma Technologies (SAN)
@@ -49,7 +49,6 @@
# include <sys/timeout.h>
# include <net/bpf.h>
-# include <net/bpfdesc.h>
# include <net/if_dl.h>
# include <net/if_types.h>
# include <net/if.h>