diff options
Diffstat (limited to 'sys/net/if_atmsubr.c')
-rw-r--r-- | sys/net/if_atmsubr.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/net/if_atmsubr.c b/sys/net/if_atmsubr.c index ee2b1c1..cc0222b 100644 --- a/sys/net/if_atmsubr.c +++ b/sys/net/if_atmsubr.c @@ -39,19 +39,8 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/mbuf.h> -#include <sys/protosw.h> #include <sys/socket.h> -#if defined(__FreeBSD__) -#include <sys/sockio.h> -#else -#include <sys/ioctl.h> -#endif -#include <sys/errno.h> -#include <sys/syslog.h> - -#include <machine/cpu.h> #include <net/if.h> #include <net/netisr.h> @@ -80,7 +69,6 @@ * header to the mbuf. * --kjc */ -#include <sys/time.h> #include <net/bpf.h> #endif /* NBPFILTER > 0 */ |