diff options
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 \ |