summaryrefslogtreecommitdiff
path: root/include/cppu
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:12:09 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:40 -0600
commit1daa9264d5168f6ef100223359d963c1a0310c42 (patch)
tree855f43b4698251737c28c93d7a4bd7da3586e06d /include/cppu
parent2f3305e939b5ad1f1a6af5a608c10e745deb56d6 (diff)
fdo#65108 inter-module includes <> include/cppu
Change-Id: I86db12420f5d84e467db72585609f8f144f73dad
Diffstat (limited to 'include/cppu')
-rw-r--r--include/cppu/Enterable.hxx4
-rw-r--r--include/cppu/EnvDcp.hxx4
-rw-r--r--include/cppu/EnvGuards.hxx4
-rw-r--r--include/cppu/cppudllapi.h2
-rw-r--r--include/cppu/helper/purpenv/Environment.hxx4
-rw-r--r--include/cppu/helper/purpenv/Mapping.hxx6
-rw-r--r--include/cppu/unotype.hxx10
7 files changed, 17 insertions, 17 deletions
diff --git a/include/cppu/Enterable.hxx b/include/cppu/Enterable.hxx
index 55e59430b506..778d5ac75182 100644
--- a/include/cppu/Enterable.hxx
+++ b/include/cppu/Enterable.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_cppu_Enterable_hxx
#define INCLUDED_cppu_Enterable_hxx
-#include "uno/Enterable.h"
-#include "rtl/ustring.hxx"
+#include <uno/Enterable.h>
+#include <rtl/ustring.hxx>
namespace cppu
{
diff --git a/include/cppu/EnvDcp.hxx b/include/cppu/EnvDcp.hxx
index f4e8d3e4dcc8..af40f9bc2200 100644
--- a/include/cppu/EnvDcp.hxx
+++ b/include/cppu/EnvDcp.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_cppu_EnvDcp_hxx
#define INCLUDED_cppu_EnvDcp_hxx
-#include "rtl/ustring.hxx"
-#include "uno/EnvDcp.h"
+#include <rtl/ustring.hxx>
+#include <uno/EnvDcp.h>
namespace cppu
diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx
index ee04499fc93a..01039a235b43 100644
--- a/include/cppu/EnvGuards.hxx
+++ b/include/cppu/EnvGuards.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_cppu_EnvGuards_hxx
#define INCLUDED_cppu_EnvGuards_hxx
-#include "uno/environment.hxx"
-#include "uno/mapping.hxx"
+#include <uno/environment.hxx>
+#include <uno/mapping.hxx>
namespace cssuno = com::sun::star::uno;
diff --git a/include/cppu/cppudllapi.h b/include/cppu/cppudllapi.h
index c2bcc559bbea..9ceab4344e57 100644
--- a/include/cppu/cppudllapi.h
+++ b/include/cppu/cppudllapi.h
@@ -2,7 +2,7 @@
#ifndef INCLUDED_CPPU_CPPUDLLAPI_H
#define INCLUDED_CPPU_CPPUDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(CPPU_DLLIMPLEMENTATION)
#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx
index 5c0f688d528d..e3696941e45f 100644
--- a/include/cppu/helper/purpenv/Environment.hxx
+++ b/include/cppu/helper/purpenv/Environment.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_cppu_helper_purpenv_Environment_hxx
#include <cppu/cppudllapi.h>
-#include "uno/environment.h"
-#include "cppu/Enterable.hxx"
+#include <uno/environment.h>
+#include <cppu/Enterable.hxx>
namespace cppu { namespace helper { namespace purpenv {
diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx
index 7b826ab06e88..e80de54f2195 100644
--- a/include/cppu/helper/purpenv/Mapping.hxx
+++ b/include/cppu/helper/purpenv/Mapping.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_cppu_helper_purpenv_Mapping_hxx
#define INCLUDED_cppu_helper_purpenv_Mapping_hxx
-#include "com/sun/star/uno/Any.h"
+#include <com/sun/star/uno/Any.h>
#include <cppu/cppudllapi.h>
-#include "uno/environment.h"
-#include "uno/mapping.h"
+#include <uno/environment.h>
+#include <uno/mapping.h>
namespace cppu { namespace helper { namespace purpenv {
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 2861bdb2c922..5fc8ec5d41e3 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_CPPU_UNOTYPE_HXX
#define INCLUDED_CPPU_UNOTYPE_HXX
-#include "sal/config.h"
-#include "com/sun/star/uno/Type.h"
-#include "sal/types.h"
-#include "typelib/typeclass.h"
-#include "typelib/typedescription.h"
+#include <sal/config.h>
+#include <com/sun/star/uno/Type.h>
+#include <sal/types.h>
+#include <typelib/typeclass.h>
+#include <typelib/typedescription.h>
namespace com { namespace sun { namespace star { namespace uno {
class Any;