boot headers have been moved.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3157 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-05-03 16:09:41 +00:00
parent 4802643275
commit 53a2f3f583
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include <sys/stat.h>
#include <KernelExport.h>
#include <bootdir.h>
#include <boot/bootdir.h>
#include <string.h>
#include <stdio.h>
+1 -1
View File
@@ -13,7 +13,7 @@
*/
#include <kernel.h>
#include <stage2.h>
#include <boot/stage2.h>
#include <vfs.h>
#include <vm.h>
#include <vm_cache.h>