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>
|
#include <compat/posix_string.h>
|
||||||
#endif
|
#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
|
#ifdef HAVE_COMMAND
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue