summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_snc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-31 08:22:26 +0000
committerphk <phk@FreeBSD.org>2000-10-31 08:22:26 +0000
commit8b99bd0a7d627896844911682386eb0a1a52c169 (patch)
tree0312f261475f15d3573106822e9788876dcd76e7 /sys/dev/snc/if_snc.c
parentfc137b0cb669f4c2c6073f6092445e7a94eb4dbd (diff)
downloadFreeBSD-src-8b99bd0a7d627896844911682386eb0a1a52c169.zip
FreeBSD-src-8b99bd0a7d627896844911682386eb0a1a52c169.tar.gz
Remove unused #includes.
Approved by: nyan
Diffstat (limited to 'sys/dev/snc/if_snc.c')
-rw-r--r--sys/dev/snc/if_snc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/snc/if_snc.c b/sys/dev/snc/if_snc.c
index 810ec1a..5ce7325 100644
--- a/sys/dev/snc/if_snc.c
+++ b/sys/dev/snc/if_snc.c
@@ -35,13 +35,8 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/sockio.h>
-#include <sys/mbuf.h>
#include <sys/socket.h>
-#include <sys/syslog.h>
-#include <sys/module.h>
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
@@ -51,10 +46,7 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <net/if_media.h>
-#include <net/if_dl.h>
-#include <net/if_mib.h>
-#include <net/bpf.h>
#include "opt_bdg.h"
#ifdef BRIDGE
#include <net/bridge.h>
OpenPOWER on IntegriCloud