Move ifdefs around

This commit is contained in:
twinaphex 2016-09-11 21:06:16 +02:00
parent 056cc8ece8
commit 77ddea41c8

View File

@ -14,15 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(__CELLOS_LV2__)
#include <sdk_version.h>
#if (CELL_SDK_VERSION > 0x340000)
#include <sysutil/sysutil_bgmplayback.h>
#endif
#endif
#ifdef _WIN32
#include <direct.h>
#else
@ -40,6 +31,15 @@
#include "../config.h"
#endif
#if defined(__CELLOS_LV2__)
#include <sdk_version.h>
#if (CELL_SDK_VERSION > 0x340000)
#include <sysutil/sysutil_bgmplayback.h>
#endif
#endif
#include "../frontend/frontend_driver.h"
#include "menu_setting.h"