Cleanup general.h header includes

This commit is contained in:
twinaphex 2015-01-13 22:14:32 +01:00
parent e2b5681652
commit 19168d1963

View File

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