haiku: Changed header paths to be more compatible.

This commit is contained in:
Philipp Wiesemann 2017-07-29 23:00:14 +02:00
parent 3d389a8ab4
commit b06a75d176
3 changed files with 7 additions and 7 deletions

View file

@ -25,10 +25,10 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
#include <os/kernel/image.h>
#include <os/storage/Directory.h>
#include <os/storage/Entry.h>
#include <os/storage/Path.h>
#include <kernel/image.h>
#include <storage/Directory.h>
#include <storage/Entry.h>
#include <storage/Path.h>
#include "SDL_error.h"
#include "SDL_stdinc.h"