diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 16:23:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 21:18:39 +0200 |
commit | 530899ba181cf7ae34c99ee061958b9e540082b6 (patch) | |
tree | c8ad79fcf19fe64376ca3c31fcd487b29f1ac6f4 /cppuhelper/test | |
parent | a2db194ea0eee4deb6401f6352144e5be077c140 (diff) |
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/test')
-rw-r--r-- | cppuhelper/test/bootstrap/TestEnv.cxx | 6 | ||||
-rw-r--r-- | cppuhelper/test/bootstrap/bootstrap.test.cxx | 16 | ||||
-rw-r--r-- | cppuhelper/test/loader/loader.test.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/test/testcmp/TestComponent.cxx | 16 |
4 files changed, 20 insertions, 20 deletions
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 <cppu/EnvDcp.hxx> -#include "cppu/helper/purpenv/Environment.hxx" -#include "cppu/helper/purpenv/Mapping.hxx" +#include <cppu/helper/purpenv/Environment.hxx> +#include <cppu/helper/purpenv/Mapping.hxx> 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 <sal/main.h> +#include <osl/file.hxx> -#include "typelib/typedescription.hxx" +#include <typelib/typedescription.hxx> -#include "cppuhelper/bootstrap.hxx" -#include "cppuhelper/shlib.hxx" +#include <cppuhelper/bootstrap.hxx> +#include <cppuhelper/shlib.hxx> #include <com/sun/star/lang/XComponent.hpp> -#include "uno/environment.hxx" +#include <uno/environment.hxx> #include <uno/lbnames.h> -#include "cppu/EnvDcp.hxx" -#include "cppu/EnvGuards.hxx" +#include <cppu/EnvDcp.hxx> +#include <cppu/EnvGuards.hxx> #include <iostream> 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 <sal/main.h> #include <cppuhelper/shlib.hxx> #include <cppuhelper/implbase1.hxx> #include <cppu/EnvDcp.hxx> 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 <string.h> -#include "osl/thread.h" +#include <osl/thread.h> -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/supportsservice.hxx" +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <cppuhelper/supportsservice.hxx> -#include "com/sun/star/lang/XMultiComponentFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" +#include <com/sun/star/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> -#include "com/sun/star/uno/XComponentContext.hpp" +#include <com/sun/star/uno/XComponentContext.hpp> -#include "cppu/EnvDcp.hxx" +#include <cppu/EnvDcp.hxx> #include <uno/environment.hxx> #include <uno/lbnames.h> |