From 6ab12d1844be812ace564b7faa87d21ca55ea812 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 13 Apr 2012 21:44:59 +0200 Subject: [PATCH] (Salamander) Move include of file.h below SSNES_ERR/SSNES_WARN/SSNES_LOG defines in Salamander --- console/salamander/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/console/salamander/main.c b/console/salamander/main.c index 6b4f55fa7a..63c703ddf0 100644 --- a/console/salamander/main.c +++ b/console/salamander/main.c @@ -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];