summaryrefslogtreecommitdiff
path: root/include/unoidl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:35:28 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:47 -0600
commit6a138729d4086726def3eb8a8ea7c8eb77cb699b (patch)
tree61fb62c354fbd3de4b758bf38039f9d93e5f429d /include/unoidl
parentd1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff (diff)
fdo#65108 inter-module includes <> include/unoidl
Change-Id: I9142171dee01644c55d33c4f80e994650f5fdf9d
Diffstat (limited to 'include/unoidl')
-rw-r--r--include/unoidl/detail/dllapi.hxx4
-rw-r--r--include/unoidl/unoidl.hxx14
2 files changed, 9 insertions, 9 deletions
diff --git a/include/unoidl/detail/dllapi.hxx b/include/unoidl/detail/dllapi.hxx
index ad011ad4eb77..c9132786879d 100644
--- a/include/unoidl/detail/dllapi.hxx
+++ b/include/unoidl/detail/dllapi.hxx
@@ -11,9 +11,9 @@
#ifndef INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX
#define INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
#if defined LO_DLLIMPLEMENTATION_UNOIDL
#define LO_DLLPUBLIC_UNOIDL SAL_DLLPUBLIC_EXPORT
diff --git a/include/unoidl/unoidl.hxx b/include/unoidl/unoidl.hxx
index 7a7c558bf2dc..117ac8710764 100644
--- a/include/unoidl/unoidl.hxx
+++ b/include/unoidl/unoidl.hxx
@@ -10,17 +10,17 @@
#ifndef INCLUDED_UNOIDL_UNOIDL_HXX
#define INCLUDED_UNOIDL_UNOIDL_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
#include <vector>
-#include "osl/mutex.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
-#include "salhelper/simplereferenceobject.hxx"
-#include "unoidl/detail/dllapi.hxx"
+#include <osl/mutex.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+#include <salhelper/simplereferenceobject.hxx>
+#include <unoidl/detail/dllapi.hxx>
namespace unoidl {