From 0c9d87b081f9dd3856194f71f1643c99994d0b95 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 1 Apr 2017 10:43:59 +1100 Subject: Standardize on C++ headers, remove headers that aren't needed and add where it may be needed in the future. --- test/unit/testSparseVector.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/unit/testSparseVector.cxx') diff --git a/test/unit/testSparseVector.cxx b/test/unit/testSparseVector.cxx index e0db7d094..8b9c8a140 100644 --- a/test/unit/testSparseVector.cxx +++ b/test/unit/testSparseVector.cxx @@ -1,8 +1,7 @@ // Unit Tests for Scintilla internal data structures -#include - #include +#include #include #include -- cgit v1.2.3