haiku: Changed header paths to be more compatible.

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

View File

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

View File

@ -24,8 +24,8 @@
/* This is the Haiku implementation of the SDL joystick API */ /* This is the Haiku implementation of the SDL joystick API */
#include <os/support/String.h> #include <support/String.h>
#include <os/device/Joystick.h> #include <device/Joystick.h>
extern "C" extern "C"
{ {

View File

@ -22,7 +22,7 @@
#ifdef SDL_TIMER_HAIKU #ifdef SDL_TIMER_HAIKU
#include <os/kernel/OS.h> #include <kernel/OS.h>
#include "SDL_timer.h" #include "SDL_timer.h"