Skip to content

Commit

Permalink
haiku: Changed header paths to be more compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 29, 2017
1 parent be005b7 commit 84aeab1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/filesystem/haiku/SDL_sysfilesystem.cc
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/joystick/haiku/SDL_haikujoystick.cc
Expand Up @@ -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"
{
Expand Down
2 changes: 1 addition & 1 deletion src/timer/haiku/SDL_systimer.c
Expand Up @@ -22,7 +22,7 @@

#ifdef SDL_TIMER_HAIKU

#include <os/kernel/OS.h>
#include <kernel/OS.h>

#include "SDL_timer.h"

Expand Down

0 comments on commit 84aeab1

Please sign in to comment.