boot headers have been moved.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-05-03 16:33:09 +00:00
parent b977a6087c
commit 7cbca7f74c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "../../../headers/private/kernel/bootdir.h" #include "../../../headers/private/kernel/boot/bootdir.h"
//#include "sparcbootblock.h" //#include "sparcbootblock.h"
+1 -1
View File
@@ -6,7 +6,7 @@
*/ */
#include <kernel.h> #include <kernel.h>
#include <stage2.h> #include <boot/stage2.h>
#include <dev.h> #include <dev.h>
#include <vfs.h> #include <vfs.h>
#include <debug.h> #include <debug.h>