From 530899ba181cf7ae34c99ee061958b9e540082b6 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 4 Jun 2014 16:23:19 +0200 Subject: cppuhelper: fix includes Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f --- cppuhelper/test/bootstrap/TestEnv.cxx | 6 +++--- cppuhelper/test/bootstrap/bootstrap.test.cxx | 16 ++++++++-------- cppuhelper/test/loader/loader.test.cxx | 2 +- cppuhelper/test/testcmp/TestComponent.cxx | 16 ++++++++-------- 4 files changed, 20 insertions(+), 20 deletions(-) (limited to 'cppuhelper/test') diff --git a/cppuhelper/test/bootstrap/TestEnv.cxx b/cppuhelper/test/bootstrap/TestEnv.cxx index a5cb97f5f0ec..8c3dc010b71a 100644 --- a/cppuhelper/test/bootstrap/TestEnv.cxx +++ b/cppuhelper/test/bootstrap/TestEnv.cxx @@ -18,10 +18,10 @@ */ -#include "cppu/EnvDcp.hxx" +#include -#include "cppu/helper/purpenv/Environment.hxx" -#include "cppu/helper/purpenv/Mapping.hxx" +#include +#include diff --git a/cppuhelper/test/bootstrap/bootstrap.test.cxx b/cppuhelper/test/bootstrap/bootstrap.test.cxx index 7c566d93fd99..bfb3e7520015 100644 --- a/cppuhelper/test/bootstrap/bootstrap.test.cxx +++ b/cppuhelper/test/bootstrap/bootstrap.test.cxx @@ -18,20 +18,20 @@ */ -#include "sal/main.h" -#include "osl/file.hxx" +#include +#include -#include "typelib/typedescription.hxx" +#include -#include "cppuhelper/bootstrap.hxx" -#include "cppuhelper/shlib.hxx" +#include +#include #include -#include "uno/environment.hxx" +#include #include -#include "cppu/EnvDcp.hxx" -#include "cppu/EnvGuards.hxx" +#include +#include #include diff --git a/cppuhelper/test/loader/loader.test.cxx b/cppuhelper/test/loader/loader.test.cxx index be4ee1219027..a2a33d9f08cc 100644 --- a/cppuhelper/test/loader/loader.test.cxx +++ b/cppuhelper/test/loader/loader.test.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/main.h" +#include #include #include #include diff --git a/cppuhelper/test/testcmp/TestComponent.cxx b/cppuhelper/test/testcmp/TestComponent.cxx index be1a1692a3e1..5ccd4a14050b 100644 --- a/cppuhelper/test/testcmp/TestComponent.cxx +++ b/cppuhelper/test/testcmp/TestComponent.cxx @@ -25,19 +25,19 @@ #include -#include "osl/thread.h" +#include -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/supportsservice.hxx" +#include +#include +#include -#include "com/sun/star/lang/XMultiComponentFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" +#include +#include -#include "com/sun/star/uno/XComponentContext.hpp" +#include -#include "cppu/EnvDcp.hxx" +#include #include #include -- cgit