diff options
author | phk <phk@FreeBSD.org> | 2000-05-03 07:31:38 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-05-03 07:31:38 +0000 |
commit | 62efea1e92f2c29489a4040c037e38803f1a1c84 (patch) | |
tree | 67c7876c6187318f0169bd07aaa625348cd52291 /sys/i4b/layer3 | |
parent | 51a3d7f35d186fb5758fc6349a7f1ae3b2db7d1e (diff) | |
download | FreeBSD-src-62efea1e92f2c29489a4040c037e38803f1a1c84.zip FreeBSD-src-62efea1e92f2c29489a4040c037e38803f1a1c84.tar.gz |
Remove 42 unneeded #include <sys/ioccom.h>.
ioccom.h defines only implementation detail, and should therefore
only be included from the #include which defines the ioctl tags,
in other words: never include it from *.c
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_l3timer.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 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index 8fa404c..c68b622 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c index 0ace47a..a74c49c 100644 --- a/sys/i4b/layer3/i4b_l3fsm.c +++ b/sys/i4b/layer3/i4b_l3fsm.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c index 495d9f6..261f8de 100644 --- a/sys/i4b/layer3/i4b_l3timer.c +++ b/sys/i4b/layer3/i4b_l3timer.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c index fae4c1c..0062d97 100644 --- a/sys/i4b/layer3/i4b_l4if.c +++ b/sys/i4b/layer3/i4b_l4if.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index 144bc85..06ccbdc 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -46,7 +46,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c index 0f2d1a0..a791b08 100644 --- a/sys/i4b/layer3/i4b_q932fac.c +++ b/sys/i4b/layer3/i4b_q932fac.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif |