فهرست منبع

haiku: Changed header paths to be more compatible.

Philipp Wiesemann 8 سال پیش
والد
کامیت
84aeab17a2
3فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 4 4
      src/filesystem/haiku/SDL_sysfilesystem.cc
  2. 2 2
      src/joystick/haiku/SDL_haikujoystick.cc
  3. 1 1
      src/timer/haiku/SDL_systimer.c

+ 4 - 4
src/filesystem/haiku/SDL_sysfilesystem.cc

@@ -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"

+ 2 - 2
src/joystick/haiku/SDL_haikujoystick.cc

@@ -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"
 {

+ 1 - 1
src/timer/haiku/SDL_systimer.c

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