mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Cleanup general.h header includes
This commit is contained in:
parent
e2b5681652
commit
19168d1963
10
general.h
10
general.h
@ -60,16 +60,6 @@
|
||||
#include <compat/posix_string.h>
|
||||
#endif
|
||||
|
||||
/* Wii and PSL1GHT - for usleep (among others) */
|
||||
#if defined(GEKKO) || defined(__PSL1GHT__) || defined(__QNX__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* PSP */
|
||||
#if defined(PSP)
|
||||
#include <pspthreadman.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
#include "command.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user