summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-27 21:32:10 +0000
committerphk <phk@FreeBSD.org>2000-10-27 21:32:10 +0000
commit16690ed6af275c7f099691b4ffea9d04a5173235 (patch)
tree7d5dd71c8c6ef5716e3b77d078fc62ef2e1c33b3 /sys/dev/hea
parentf3419eb0776bb9a357d3962c5bff16d5a828035d (diff)
downloadFreeBSD-src-16690ed6af275c7f099691b4ffea9d04a5173235.zip
FreeBSD-src-16690ed6af275c7f099691b4ffea9d04a5173235.tar.gz
Remove 86 unneeded #includes
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni.c4
-rw-r--r--sys/dev/hea/eni_buffer.c8
-rw-r--r--sys/dev/hea/eni_globals.c4
-rw-r--r--sys/dev/hea/eni_if.c5
-rw-r--r--sys/dev/hea/eni_init.c8
-rw-r--r--sys/dev/hea/eni_intr.c7
-rw-r--r--sys/dev/hea/eni_receive.c1
-rw-r--r--sys/dev/hea/eni_transmit.c1
-rw-r--r--sys/dev/hea/eni_vcm.c8
9 files changed, 0 insertions, 46 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index ad5a18f..97c1ee3 100644
--- a/sys/dev/hea/eni.c
+++ b/sys/dev/hea/eni.c
@@ -36,16 +36,12 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/time.h>
#include <sys/kernel.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/syslog.h>
#include <sys/eventhandler.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c
index d080e00..4b2a17f 100644
--- a/sys/dev/hea/eni_buffer.c
+++ b/sys/dev/hea/eni_buffer.c
@@ -36,22 +36,14 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/malloc.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
#include <netatm/atm_sys.h>
-#include <netatm/atm_sap.h>
#include <netatm/atm_cm.h>
#include <netatm/atm_if.h>
-#include <netatm/atm_stack.h>
-#include <netatm/atm_pcb.h>
#include <dev/hea/eni_stats.h>
#include <dev/hea/eni.h>
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c
index c09cef1..d558bb5 100644
--- a/sys/dev/hea/eni_globals.c
+++ b/sys/dev/hea/eni_globals.c
@@ -36,13 +36,9 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
diff --git a/sys/dev/hea/eni_if.c b/sys/dev/hea/eni_if.c
index cd5d159..a6ea86a 100644
--- a/sys/dev/hea/eni_if.c
+++ b/sys/dev/hea/eni_if.c
@@ -36,14 +36,9 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/errno.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
diff --git a/sys/dev/hea/eni_init.c b/sys/dev/hea/eni_init.c
index 9b76598..386e11d 100644
--- a/sys/dev/hea/eni_init.c
+++ b/sys/dev/hea/eni_init.c
@@ -36,22 +36,14 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/errno.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
#include <netatm/atm_sys.h>
-#include <netatm/atm_sap.h>
#include <netatm/atm_cm.h>
#include <netatm/atm_if.h>
-#include <netatm/atm_stack.h>
-#include <netatm/atm_pcb.h>
#include <dev/hea/eni_stats.h>
#include <dev/hea/eni.h>
diff --git a/sys/dev/hea/eni_intr.c b/sys/dev/hea/eni_intr.c
index 83983c0..4450627 100644
--- a/sys/dev/hea/eni_intr.c
+++ b/sys/dev/hea/eni_intr.c
@@ -36,22 +36,15 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <sys/syslog.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
#include <netatm/atm_sys.h>
-#include <netatm/atm_sap.h>
#include <netatm/atm_cm.h>
#include <netatm/atm_if.h>
-#include <netatm/atm_stack.h>
-#include <netatm/atm_pcb.h>
#include <dev/hea/eni_stats.h>
#include <dev/hea/eni.h>
diff --git a/sys/dev/hea/eni_receive.c b/sys/dev/hea/eni_receive.c
index fd4eb98..932e0af 100644
--- a/sys/dev/hea/eni_receive.c
+++ b/sys/dev/hea/eni_receive.c
@@ -36,7 +36,6 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c
index 2f6f945..2178f6b 100644
--- a/sys/dev/hea/eni_transmit.c
+++ b/sys/dev/hea/eni_transmit.c
@@ -37,7 +37,6 @@
#include <sys/param.h>
-#include <sys/systm.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c
index d452097..ec3cd55 100644
--- a/sys/dev/hea/eni_vcm.c
+++ b/sys/dev/hea/eni_vcm.c
@@ -37,23 +37,15 @@
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/types.h>
-#include <sys/errno.h>
-#include <sys/time.h>
#include <sys/socket.h>
#include <net/if.h>
-#include <netinet/in.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
#include <netatm/atm_sys.h>
-#include <netatm/atm_sap.h>
#include <netatm/atm_cm.h>
#include <netatm/atm_if.h>
#include <netatm/atm_vc.h>
-#include <netatm/atm_stack.h>
-#include <netatm/atm_pcb.h>
#include <dev/hea/eni_stats.h>
#include <dev/hea/eni.h>
OpenPOWER on IntegriCloud