(Salamander) Move include of file.h below SSNES_ERR/SSNES_WARN/SSNES_LOG

defines in Salamander
This commit is contained in:
Twinaphex 2012-04-13 21:44:59 +02:00
parent 1bfba2f575
commit 6ab12d1844

View File

@ -33,7 +33,6 @@
#include "../../compat/strl.h"
#include "../../conf/config_file.h"
#include "../../file.h"
#if defined(_XBOX)
#include "../../msvc/msvc_compat.h"
@ -69,6 +68,8 @@
} while (0)
#endif
#include "../../file.h"
#if defined(__CELLOS_LV2__)
static uint8_t np_pool[NP_POOL_SIZE];
char contentInfoPath[MAX_PATH_LENGTH];