summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/files.cpp2
-rw-r--r--src/utils/physfstools.cpp2
2 files changed, 2 insertions, 2 deletions
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;