From 65c7343768a9a3e09f4be0047b456159d0870ec0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:31:11 +0200 Subject: loplugin:includeform: svl Change-Id: I769b091515d1e6b7d16652d11ff2b94a75584ad0 --- svl/qa/unit/test_URIHelper.cxx | 10 +++++----- svl/qa/unit/test_lngmisc.cxx | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'svl/qa') diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx index 66f9efe289e5..7519ae8f5e0e 100644 --- a/svl/qa/unit/test_URIHelper.cxx +++ b/svl/qa/unit/test_URIHelper.cxx @@ -39,11 +39,11 @@ #include #include #include -#include "cppunit/TestCase.h" -#include "cppunit/TestFixture.h" -#include "cppunit/TestSuite.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include +#include #include #include #include diff --git a/svl/qa/unit/test_lngmisc.cxx b/svl/qa/unit/test_lngmisc.cxx index 8e7f8df57470..b4ba30c6c63b 100644 --- a/svl/qa/unit/test_lngmisc.cxx +++ b/svl/qa/unit/test_lngmisc.cxx @@ -8,10 +8,10 @@ */ #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include -- cgit