Include kernel_args.h instead of stage2.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-07 23:12:37 +00:00
parent b55d9c74f1
commit c8ec205b7b
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <cpu.h>
#include <vm.h>
#include <arch/cpu.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
+1 -1
View File
@@ -12,7 +12,7 @@
#include <arch/int.h>
#include <int.h>
#include <arch/faults.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
#include <stdio.h>
+1 -1
View File
@@ -13,7 +13,7 @@
*/
#include <kernel.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <vfs.h>
#include <vm.h>
#include <vm_cache.h>
+1 -1
View File
@@ -12,7 +12,7 @@
#include <malloc.h>
#include <debug.h>
#include <arch/cpu.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
+1 -1
View File
@@ -10,7 +10,7 @@
#include <smp.h>
#include <arch/int.h>
#include <errno.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
#include <stdio.h>
#include <kqueue.h>
+1 -1
View File
@@ -5,7 +5,7 @@
** Distributed under the terms of the NewOS License.
*/
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <Errors.h>
#include <kernel.h>
#include <console.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include <Errors.h>
#include <kerrors.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
#include <stdlib.h>
+1 -1
View File
@@ -27,7 +27,7 @@
#include <elf.h>
#include <malloc.h>
#include <user_runtime.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <string.h>
#include <kimage.h>
#include <stdio.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include <vm.h>
#include <int.h>
#include <timer.h>
#include <boot/stage2.h>
#include <boot/kernel_args.h>
#include <arch/cpu.h>
#include <arch/timer.h>