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/layer2 | |
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/layer2')
-rw-r--r-- | sys/i4b/layer2/i4b_iframe.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_l2.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_l2fsm.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_l2timer.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_lme.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_mbuf.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_sframe.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_tei.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_uframe.c | 1 | ||||
-rw-r--r-- | sys/i4b/layer2/i4b_util.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/sys/i4b/layer2/i4b_iframe.c b/sys/i4b/layer2/i4b_iframe.c index ea7350d7..5c4851d 100644 --- a/sys/i4b/layer2/i4b_iframe.c +++ b/sys/i4b/layer2/i4b_iframe.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/layer2/i4b_l2.c b/sys/i4b/layer2/i4b_l2.c index af3e22e..9ecbe41 100644 --- a/sys/i4b/layer2/i4b_l2.c +++ b/sys/i4b/layer2/i4b_l2.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/layer2/i4b_l2fsm.c b/sys/i4b/layer2/i4b_l2fsm.c index f2e432c..9c6d513 100644 --- a/sys/i4b/layer2/i4b_l2fsm.c +++ b/sys/i4b/layer2/i4b_l2fsm.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/layer2/i4b_l2timer.c b/sys/i4b/layer2/i4b_l2timer.c index 468c2a4..6372b43 100644 --- a/sys/i4b/layer2/i4b_l2timer.c +++ b/sys/i4b/layer2/i4b_l2timer.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/layer2/i4b_lme.c b/sys/i4b/layer2/i4b_lme.c index 6d2dd16..f4ae9f5 100644 --- a/sys/i4b/layer2/i4b_lme.c +++ b/sys/i4b/layer2/i4b_lme.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/layer2/i4b_mbuf.c b/sys/i4b/layer2/i4b_mbuf.c index ede15ba..cdd3969 100644 --- a/sys/i4b/layer2/i4b_mbuf.c +++ b/sys/i4b/layer2/i4b_mbuf.c @@ -40,7 +40,6 @@ #include <sys/mbuf.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif diff --git a/sys/i4b/layer2/i4b_sframe.c b/sys/i4b/layer2/i4b_sframe.c index bc70555..6644082 100644 --- a/sys/i4b/layer2/i4b_sframe.c +++ b/sys/i4b/layer2/i4b_sframe.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/layer2/i4b_tei.c b/sys/i4b/layer2/i4b_tei.c index 91c24e9..a57ff9a 100644 --- a/sys/i4b/layer2/i4b_tei.c +++ b/sys/i4b/layer2/i4b_tei.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #include <sys/random.h> #else #include <sys/ioctl.h> diff --git a/sys/i4b/layer2/i4b_uframe.c b/sys/i4b/layer2/i4b_uframe.c index 14d1731..cc6234b 100644 --- a/sys/i4b/layer2/i4b_uframe.c +++ b/sys/i4b/layer2/i4b_uframe.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/layer2/i4b_util.c b/sys/i4b/layer2/i4b_util.c index 271fbfb..23eb29f 100644 --- a/sys/i4b/layer2/i4b_util.c +++ b/sys/i4b/layer2/i4b_util.c @@ -45,7 +45,6 @@ #include <sys/param.h> #if defined(__FreeBSD__) -#include <sys/ioccom.h> #else #include <sys/ioctl.h> #endif |