Skip to content

Commit

Permalink
This include doesn't go here
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro committed Nov 25, 2017
1 parent c2a933e commit 3fa035b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions file_path_special.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#include <libgen.h>
#endif

#ifdef __HAIKU__
#include <kernel/image.h>
#endif

#include <stdlib.h>
#include <boolean.h>
#include <string.h>
Expand Down
4 changes: 0 additions & 4 deletions libretro-common/file/file_path.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
#include <pspkernel.h>
#endif

#ifdef __HAIKU__
#include <kernel/image.h>
#endif

#if defined(__CELLOS_LV2__)
#include <cell/cell_fs.h>
#endif
Expand Down

0 comments on commit 3fa035b

Please sign in to comment.