diff --git a/general.h b/general.h index 318c4ca1b9..48bd2e08cb 100644 --- a/general.h +++ b/general.h @@ -60,16 +60,6 @@ #include #endif -/* Wii and PSL1GHT - for usleep (among others) */ -#if defined(GEKKO) || defined(__PSL1GHT__) || defined(__QNX__) -#include -#endif - -/* PSP */ -#if defined(PSP) -#include -#endif - #ifdef HAVE_COMMAND #include "command.h" #endif