aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testSparseVector.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-18 18:14:09 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-18 18:14:09 +1100
commitcb7f77559b1682e7655af5a88b5bbeb63899eca4 (patch)
treefe5db395b9e6b344347747ef16de45a0ae2913b2 /test/unit/testSparseVector.cxx
parentbac6aef730e569c6b4bcda7026bf1c1db3e827b6 (diff)
downloadscintilla-mirror-cb7f77559b1682e7655af5a88b5bbeb63899eca4.tar.gz
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.
Diffstat (limited to 'test/unit/testSparseVector.cxx')
-rw-r--r--test/unit/testSparseVector.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/testSparseVector.cxx b/test/unit/testSparseVector.cxx
index 2ad8d6294..70c47697d 100644
--- a/test/unit/testSparseVector.cxx
+++ b/test/unit/testSparseVector.cxx
@@ -10,8 +10,7 @@
#include <algorithm>
#include <memory>
-#include "Geometry.h"
-#include "Platform.h"
+#include "Debugging.h"
#include "Position.h"
#include "UniqueString.h"