summaryrefslogtreecommitdiff
path: root/cppuhelper/source/bootstrap.cxx
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/source/bootstrap.cxx
parenta2db194ea0eee4deb6401f6352144e5be077c140 (diff)
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r--cppuhelper/source/bootstrap.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx
index ae2a9f00ba56..4cfaafdb8caa 100644
--- a/cppuhelper/source/bootstrap.cxx
+++ b/cppuhelper/source/bootstrap.cxx
@@ -17,28 +17,28 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstring>
-#include "rtl/process.h"
-#include "rtl/bootstrap.hxx"
-#include "rtl/random.h"
-#include "rtl/string.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/uri.hxx"
-#include "osl/diagnose.h"
-#include "osl/file.hxx"
-#include "osl/security.hxx"
-#include "osl/thread.hxx"
+#include <rtl/process.h>
+#include <rtl/bootstrap.hxx>
+#include <rtl/random.h>
+#include <rtl/string.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/uri.hxx>
+#include <osl/diagnose.h>
+#include <osl/file.hxx>
+#include <osl/security.hxx>
+#include <osl/thread.hxx>
-#include "cppuhelper/bootstrap.hxx"
-#include "cppuhelper/findsofficepath.h"
+#include <cppuhelper/bootstrap.hxx>
+#include <cppuhelper/findsofficepath.h>
-#include "com/sun/star/uno/XComponentContext.hpp"
+#include <com/sun/star/uno/XComponentContext.hpp>
-#include "com/sun/star/bridge/UnoUrlResolver.hpp"
-#include "com/sun/star/bridge/XUnoUrlResolver.hpp"
+#include <com/sun/star/bridge/UnoUrlResolver.hpp>
+#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
#include "macro_expander.hxx"