diff options
author | hm <hm@FreeBSD.org> | 2000-10-13 14:10:51 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-10-13 14:10:51 +0000 |
commit | 695a943911c8204156cba53f03dc4b41a1946174 (patch) | |
tree | b2bcefa806269a78e5a0a0eb406774affa27bc26 /sys/i4b/layer2/i4b_tei.c | |
parent | 5e498d91fd4fd3b93316062349726f50da591e6f (diff) | |
download | FreeBSD-src-695a943911c8204156cba53f03dc4b41a1946174.zip FreeBSD-src-695a943911c8204156cba53f03dc4b41a1946174.tar.gz |
Submitted by: phk
Remove not needed includes.
Diffstat (limited to 'sys/i4b/layer2/i4b_tei.c')
-rw-r--r-- | sys/i4b/layer2/i4b_tei.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/i4b/layer2/i4b_tei.c b/sys/i4b/layer2/i4b_tei.c index b07074b..53ed1fe 100644 --- a/sys/i4b/layer2/i4b_tei.c +++ b/sys/i4b/layer2/i4b_tei.c @@ -31,7 +31,7 @@ * * $FreeBSD$ * - * last edit-date: [Fri Sep 1 16:04:58 2000] + * last edit-date: [Fri Oct 13 15:56:35 2000] * *---------------------------------------------------------------------------*/ @@ -43,7 +43,6 @@ #if NI4BQ921 > 0 #include <sys/param.h> -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/syslog.h> #include <sys/mbuf.h> @@ -54,14 +53,6 @@ #include <sys/callout.h> #endif -#if defined(__FreeBSD__) -#if defined (__FreeBSD_version) && __FreeBSD_version <= 400000 -#include <machine/random.h> -#else -#include <sys/random.h> -#endif -#endif - #ifdef __FreeBSD__ #include <machine/i4b_debug.h> #include <machine/i4b_ioctl.h> @@ -73,7 +64,6 @@ #include <i4b/include/i4b_global.h> #include <i4b/include/i4b_l1l2.h> #include <i4b/include/i4b_l2l3.h> -#include <i4b/include/i4b_isdnq931.h> #include <i4b/include/i4b_mbuf.h> #include <i4b/layer2/i4b_l2.h> |