summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_proto.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-12 08:14:20 +0000
committerphk <phk@FreeBSD.org>2000-10-12 08:14:20 +0000
commitfe59073f8dcfe61d8b048e7e4751131e39b353e6 (patch)
treeac1b058a0e6fbd34f751b3b03656faa56b5b2089 /sys/netatm/atm_proto.c
parent26ce601f70d9658c4c6e5326220f41872924930e (diff)
downloadFreeBSD-src-fe59073f8dcfe61d8b048e7e4751131e39b353e6.zip
FreeBSD-src-fe59073f8dcfe61d8b048e7e4751131e39b353e6.tar.gz
Remove the #include kitchensink <netatm/kern_include.h> and add
the #includes to the respective source files. Also un-nest includes in <dev/hfa/fore_include.h> I have run src/tools/tools/kerninclude to remove 1239 clearly unneeded #includes reducing the total from 3524 includes to 2285.
Diffstat (limited to 'sys/netatm/atm_proto.c')
-rw-r--r--sys/netatm/atm_proto.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c
index 1b1c2ed..9789f62 100644
--- a/sys/netatm/atm_proto.c
+++ b/sys/netatm/atm_proto.c
@@ -35,7 +35,27 @@
*
*/
-#include <netatm/kern_include.h>
+#include <sys/param.h>
+#include <sys/systm.h>
+#include <sys/types.h>
+#include <sys/errno.h>
+#include <sys/time.h>
+#include <sys/kernel.h>
+#include <sys/domain.h>
+#include <sys/protosw.h>
+#include <sys/socket.h>
+#include <machine/clock.h>
+#include <net/if.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 <netatm/atm_var.h>
#ifndef lint
__RCSID("@(#) $FreeBSD$");
OpenPOWER on IntegriCloud