summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-range.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa/test-range.cxx')
-rw-r--r--o3tl/qa/test-range.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/o3tl/qa/test-range.cxx b/o3tl/qa/test-range.cxx
index 335c7da35d9b..ff0e49c05fa9 100644
--- a/o3tl/qa/test-range.cxx
+++ b/o3tl/qa/test-range.cxx
@@ -17,9 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
+#include <sal/types.h>
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
@@ -28,14 +26,11 @@
#include <vector>
#include <deque>
-
-
using o3tl::range;
using o3tl::make_range;
using o3tl::range_of;
using std::size_t;
-
class range_test : public CppUnit::TestFixture
{
public: