diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
| commit | eb95c536adb78f7c5da9c13b496ccfdd79f5a298 (patch) | |
| tree | bf46662116404dc94dc9eb86a3b32312a3f3f17a /sys/i4b/layer3 | |
| parent | 5a54cb414592448b37a9788ede3759e1dc97d4a1 (diff) | |
Notes
Diffstat (limited to 'sys/i4b/layer3')
| -rw-r--r-- | sys/i4b/layer3/i4b_l2if.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer3/i4b_l3fsm.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer3/i4b_l4if.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer3/i4b_q931.c | 1 | ||||
| -rw-r--r-- | sys/i4b/layer3/i4b_q932fac.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index dfebbca5d07dd..8fa404c8288d5 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -50,7 +50,6 @@ #include <sys/ioctl.h> #endif -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c index 92de1ad528276..0ace47a7ef150 100644 --- a/sys/i4b/layer3/i4b_l3fsm.c +++ b/sys/i4b/layer3/i4b_l3fsm.c @@ -50,7 +50,6 @@ #include <sys/ioctl.h> #endif -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c index da11b63e115eb..fae4c1c686f68 100644 --- a/sys/i4b/layer3/i4b_l4if.c +++ b/sys/i4b/layer3/i4b_l4if.c @@ -50,7 +50,6 @@ #include <sys/ioctl.h> #endif -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index e2fa689d0605a..144bc859b55e0 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -51,7 +51,6 @@ #include <sys/ioctl.h> #endif -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c index 1162144eee761..0f2d1a01d60a2 100644 --- a/sys/i4b/layer3/i4b_q932fac.c +++ b/sys/i4b/layer3/i4b_q932fac.c @@ -50,7 +50,6 @@ #include <sys/ioctl.h> #endif -#include <sys/kernel.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> |
