summaryrefslogtreecommitdiff
path: root/src/maingui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r--src/maingui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp
index 235d34df8..9e7efa9c6 100644
--- a/src/maingui.cpp
+++ b/src/maingui.cpp
@@ -56,11 +56,11 @@ PRAGMA48(GCC diagnostic pop)
#include "resources/dye/dyepalette.h"
#ifdef UNITTESTS_CATCH
#define CATCH_CONFIG_RUNNER
-#include "test/catch.hpp"
+#include "unittests/catch.hpp"
#endif // UNITTESTS_CATCH
#ifdef UNITTESTS_DOCTEST
#define DOCTEST_CONFIG_IMPLEMENT
-#include "test/doctest.h"
+#include "unittests/doctest.h"
#endif // UNITTESTS_DOCTEST
#else // UNITTESTS
#include "utils/xml.h"