From 77ddea41c8f57823acc51e5a1d1b8f291b2a1698 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Sep 2016 21:06:16 +0200 Subject: [PATCH] Move ifdefs around --- menu/menu_setting.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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"