aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 18:52:42 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 18:52:42 +0000
commiteb78dd7d3af05131bdb9ef4dd235425cbde97610 (patch)
treef1d78cdd9bc8f001bd4b3a902c9c7f5491810ec7 /sbin/atm
parent69757cf9692590a72a9cf2c39bd667dd677b15f5 (diff)
downloadsrc-eb78dd7d3af05131bdb9ef4dd235425cbde97610.tar.gz
src-eb78dd7d3af05131bdb9ef4dd235425cbde97610.zip
Remove unused #include.
Notes
Notes: svn path=/head/; revision=59864
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/atm/atm.c1
-rw-r--r--sbin/atm/atm/atm_eni.c1
-rw-r--r--sbin/atm/atm/atm_fore200.c1
-rw-r--r--sbin/atm/atm/atm_inet.c1
-rw-r--r--sbin/atm/atm/atm_print.c1
-rw-r--r--sbin/atm/atm/atm_set.c1
-rw-r--r--sbin/atm/atm/atm_show.c1
-rw-r--r--sbin/atm/atm/atm_subr.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c
index 77058a1d5f95..4be5a1125157 100644
--- a/sbin/atm/atm/atm.c
+++ b/sbin/atm/atm/atm.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/sockio.h>
diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c
index b2c5deec3b0d..0f9f8210b55d 100644
--- a/sbin/atm/atm/atm_eni.c
+++ b/sbin/atm/atm/atm_eni.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c
index f2522fdccd62..27dfedb18dd7 100644
--- a/sbin/atm/atm/atm_fore200.c
+++ b/sbin/atm/atm/atm_fore200.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c
index 4c8bb169de81..78f3c684f1c0 100644
--- a/sbin/atm/atm/atm_inet.c
+++ b/sbin/atm/atm/atm_inet.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c
index 30bf2ec079e7..e02e9d14a2b1 100644
--- a/sbin/atm/atm/atm_print.c
+++ b/sbin/atm/atm/atm_print.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c
index 6522e830df4c..2e3a18fef304 100644
--- a/sbin/atm/atm/atm_set.c
+++ b/sbin/atm/atm/atm_set.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/sockio.h>
diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c
index 8ab7a22eca5c..0e115e18f6ed 100644
--- a/sbin/atm/atm/atm_show.c
+++ b/sbin/atm/atm/atm_show.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c
index c923c28a6e51..ee1726b8f3c2 100644
--- a/sbin/atm/atm/atm_subr.c
+++ b/sbin/atm/atm/atm_subr.c
@@ -35,7 +35,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>