diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-11 21:39:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-11 21:39:42 +0300 |
commit | a721e4898f71a68ecb916940864599d462880e5b (patch) | |
tree | 50442e8b86707221f498ea0f304a5314a0e67430 /src/maingui.cpp | |
parent | 81b97b30afa0c72e5ff17162c7d1fa88dd6187fb (diff) | |
download | plus-a721e4898f71a68ecb916940864599d462880e5b.tar.gz plus-a721e4898f71a68ecb916940864599d462880e5b.tar.bz2 plus-a721e4898f71a68ecb916940864599d462880e5b.tar.xz plus-a721e4898f71a68ecb916940864599d462880e5b.zip |
Fix different issues found by automatic checks.
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index f4e80ac97..b4e675231 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -35,7 +35,6 @@ #include "fs/paths.h" #endif // ANDROID #include "utils/process.h" -#include "utils/xml.h" #ifdef __MINGW32__ #include <windows.h> @@ -53,6 +52,8 @@ #ifdef UNITTESTS #define CATCH_CONFIG_RUNNER #include "catch.hpp" +#else // UNITTESTS +#include "utils/xml.h" #endif // UNITTESTS #define SDL_IMAGE_COMPILEDVERSION \ |