From 6d2de44a543e9503fcf67beb77592de8847ef648 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 10 May 2014 18:10:59 +0200 Subject: fix-includes.pl: comphelper Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f --- comphelper/qa/string/test_string.cxx | 4 ++-- comphelper/qa/unit/syntaxhighlighttest.cxx | 2 +- comphelper/qa/weakbag/test_weakbag.cxx | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'comphelper/qa') diff --git a/comphelper/qa/string/test_string.cxx b/comphelper/qa/string/test_string.cxx index fbd8f0cde932..78137a1052fa 100644 --- a/comphelper/qa/string/test_string.cxx +++ b/comphelper/qa/string/test_string.cxx @@ -25,8 +25,8 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include +#include namespace { diff --git a/comphelper/qa/unit/syntaxhighlighttest.cxx b/comphelper/qa/unit/syntaxhighlighttest.cxx index 61449f90dd54..5297bf12ffd7 100644 --- a/comphelper/qa/unit/syntaxhighlighttest.cxx +++ b/comphelper/qa/unit/syntaxhighlighttest.cxx @@ -12,7 +12,7 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/ustring.hxx" +#include #include #include diff --git a/comphelper/qa/weakbag/test_weakbag.cxx b/comphelper/qa/weakbag/test_weakbag.cxx index ddc515e2b44b..d58c12501633 100644 --- a/comphelper/qa/weakbag/test_weakbag.cxx +++ b/comphelper/qa/weakbag/test_weakbag.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "comphelper/weakbag.hxx" -#include "cppuhelper/weak.hxx" +#include +#include +#include +#include #include #include -- cgit v1.2.3