diff options
-rw-r--r-- | include/uno/Enterable.h | 2 | ||||
-rw-r--r-- | include/uno/EnvDcp.h | 2 | ||||
-rw-r--r-- | include/uno/dispatcher.hxx | 2 | ||||
-rw-r--r-- | include/uno/environment.hxx | 2 | ||||
-rw-r--r-- | include/uno/mapping.hxx | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h index ee54e2fa9fea..f3c040313ccb 100644 --- a/include/uno/Enterable.h +++ b/include/uno/Enterable.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_uno_Enterable_h #define INCLUDED_uno_Enterable_h -#include "uno/environment.h" +#include <uno/environment.h> #ifdef __cplusplus diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h index 6c81660b34b1..2642876b6332 100644 --- a/include/uno/EnvDcp.h +++ b/include/uno/EnvDcp.h @@ -21,7 +21,7 @@ #define INCLUDED_uno_EnvDcp_h #include <cppu/cppudllapi.h> -#include "rtl/ustring.h" +#include <rtl/ustring.h> #ifdef __cplusplus extern "C" diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx index 4fb7cced4626..fb90a2348529 100644 --- a/include/uno/dispatcher.hxx +++ b/include/uno/dispatcher.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_UNO_DISPATCHER_HXX #define INCLUDED_UNO_DISPATCHER_HXX -#include "uno/dispatcher.h" +#include <uno/dispatcher.h> /// @cond INTERNAL diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx index 48c28504a5cd..cd5db7a672b4 100644 --- a/include/uno/environment.hxx +++ b/include/uno/environment.hxx @@ -23,7 +23,7 @@ #include <rtl/ustring.hxx> #include <uno/environment.h> -#include "uno/lbnames.h" +#include <uno/lbnames.h> /** */ //for docpp namespace com diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index 7d3bf396d1df..5f96972433b7 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -25,8 +25,8 @@ #include <uno/mapping.h> #include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Reference.hxx> -#include "cppu/unotype.hxx" -#include "uno/environment.hxx" +#include <cppu/unotype.hxx> +#include <uno/environment.hxx> typedef struct _typelib_TypeDescription typelib_TypeDescription; typedef struct _typelib_InterfaceTypeDescription typelib_InterfaceTypeDescription; |