From cb7f77559b1682e7655af5a88b5bbeb63899eca4 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 18 Mar 2021 18:14:09 +1100 Subject: Move assert and debug trace functions into their own header Debugging.h. PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules. --- test/unit/UnitTester.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/unit/UnitTester.cxx') diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx index 4614458db..bd4d611f8 100644 --- a/test/unit/UnitTester.cxx +++ b/test/unit/UnitTester.cxx @@ -12,8 +12,7 @@ #include #include -#include "Geometry.h" -#include "Platform.h" +#include "Debugging.h" #define CATCH_CONFIG_WINDOWS_CRTDBG #define CATCH_CONFIG_RUNNER -- cgit v1.2.3