summaryrefslogtreecommitdiff
path: root/cppuhelper/test/bootstrap
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 16:23:19 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 21:18:39 +0200
commit530899ba181cf7ae34c99ee061958b9e540082b6 (patch)
treec8ad79fcf19fe64376ca3c31fcd487b29f1ac6f4 /cppuhelper/test/bootstrap
parenta2db194ea0eee4deb6401f6352144e5be077c140 (diff)
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/test/bootstrap')
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.cxx6
-rw-r--r--cppuhelper/test/bootstrap/bootstrap.test.cxx16
2 files changed, 11 insertions, 11 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>