From 798a2d57cc46ff7a70e9404275445d086ce6ef1e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 May 2014 21:39:02 +0300 Subject: Fix localconsts.h and debug.h includes. --- src/utils/files.cpp | 2 +- src/utils/physfstools.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/files.cpp b/src/utils/files.cpp index d671cb0db..5cf97ddba 100644 --- a/src/utils/files.cpp +++ b/src/utils/files.cpp @@ -28,7 +28,7 @@ #include "utils/physfstools.h" -#include "localconsts.h" +#include "debug.h" #ifdef ANDROID void Files::extractLocale() diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 8e04aa608..58be77f0e 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -27,7 +27,7 @@ #include "utils/paths.h" #endif -#include "localconsts.h" +#include "debug.h" const char *dirSeparator = nullptr; -- cgit v1.2.3-70-g09d2