diff --git a/menu/menu_setting.c b/menu/menu_setting.c index 8ec85697dc..6560e3fb41 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -14,15 +14,6 @@ * If not, see . */ -#if defined(__CELLOS_LV2__) -#include - -#if (CELL_SDK_VERSION > 0x340000) -#include -#endif - -#endif - #ifdef _WIN32 #include #else @@ -40,6 +31,15 @@ #include "../config.h" #endif +#if defined(__CELLOS_LV2__) +#include + +#if (CELL_SDK_VERSION > 0x340000) +#include +#endif + +#endif + #include "../frontend/frontend_driver.h" #include "menu_setting.h"