summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uni_load.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/uni/uni_load.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/uni/uni_load.c')
-rw-r--r--sys/netatm/uni/uni_load.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c
index 32db92c..00b5960 100644
--- a/sys/netatm/uni/uni_load.c
+++ b/sys/netatm/uni/uni_load.c
@@ -39,7 +39,27 @@
#include "opt_atm.h"
#endif
-#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/socket.h>
+#include <sys/socketvar.h>
+#include <sys/syslog.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