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/source/bootstrap.cxx | |
parent | a2db194ea0eee4deb6401f6352144e5be077c140 (diff) |
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 32 |
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" |