summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr-x64.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 21:25:36 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:24 -0600
commit8b308d510e656c6d165d3bcd2f42029f34e9498e (patch)
tree1d7e779cb65016b7d217c672875433ee57c2c11d /basic/source/runtime/dllmgr-x64.cxx
parent62ee42a209dfd4862cab9311868f4f38a6e000ac (diff)
basic: include <> for external includes
Change-Id: I4715bbe853d60ef15f20a4d2441c688003ca568e
Diffstat (limited to 'basic/source/runtime/dllmgr-x64.cxx')
-rw-r--r--basic/source/runtime/dllmgr-x64.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index d172833d3116..d1dc86a01caa 100644
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#if defined(WNT)
#include <windows.h>
@@ -30,13 +30,13 @@
#include <map>
#include <vector>
-#include "basic/sbx.hxx"
-#include "basic/sbxvar.hxx"
-#include "osl/thread.h"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <basic/sbx.hxx>
+#include <basic/sbxvar.hxx>
+#include <osl/thread.h>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#undef max