Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
haiku: Changed header paths to be more compatible.
- Loading branch information
|
@@ -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" |
|
|
|
@@ -24,8 +24,8 @@ |
|
|
|
|
|
/* This is the Haiku implementation of the SDL joystick API */ |
|
|
|
|
|
#include <os/support/String.h> |
|
|
#include <os/device/Joystick.h> |
|
|
#include <support/String.h> |
|
|
#include <device/Joystick.h> |
|
|
|
|
|
extern "C" |
|
|
{ |
|
|
|
@@ -22,7 +22,7 @@ |
|
|
|
|
|
#ifdef SDL_TIMER_HAIKU |
|
|
|
|
|
#include <os/kernel/OS.h> |
|
|
#include <kernel/OS.h> |
|
|
|
|
|
#include "SDL_timer.h" |
|
|
|
|
|