diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-24 21:39:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-24 21:39:02 +0300 |
commit | 798a2d57cc46ff7a70e9404275445d086ce6ef1e (patch) | |
tree | ce06fad681fdab2746d0712221db51681ec89ac5 /src/utils/physfstools.cpp | |
parent | af0c69dea518051b0ab3054ce9f06cb2806d7d1b (diff) | |
download | plus-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.cpp | 2 |
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; |