summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-24 21:39:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-24 21:39:02 +0300
commit798a2d57cc46ff7a70e9404275445d086ce6ef1e (patch)
treece06fad681fdab2746d0712221db51681ec89ac5 /src/utils/physfstools.cpp
parentaf0c69dea518051b0ab3054ce9f06cb2806d7d1b (diff)
downloadplus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.gz
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.bz2
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.xz
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.zip
Fix localconsts.h and debug.h includes.
Diffstat (limited to 'src/utils/physfstools.cpp')
-rw-r--r--src/utils/physfstools.cpp2
1 files changed, 1 insertions, 1 deletions
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;