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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user