Kaydet (Commit) 4a61b2fe authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/uno

Change-Id: I267573beef35ba57bc5c71bfbd87c5705479b48d
üst 6a138729
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_uno_Enterable_h #ifndef INCLUDED_uno_Enterable_h
#define INCLUDED_uno_Enterable_h #define INCLUDED_uno_Enterable_h
#include "uno/environment.h" #include <uno/environment.h>
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_uno_EnvDcp_h #define INCLUDED_uno_EnvDcp_h
#include <cppu/cppudllapi.h> #include <cppu/cppudllapi.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX #ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX #define INCLUDED_UNO_DISPATCHER_HXX
#include "uno/dispatcher.h" #include <uno/dispatcher.h>
/// @cond INTERNAL /// @cond INTERNAL
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <uno/environment.h> #include <uno/environment.h>
#include "uno/lbnames.h" #include <uno/lbnames.h>
/** */ //for docpp /** */ //for docpp
namespace com namespace com
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <uno/mapping.h> #include <uno/mapping.h>
#include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
#include "uno/environment.hxx" #include <uno/environment.hxx>
typedef struct _typelib_TypeDescription typelib_TypeDescription; typedef struct _typelib_TypeDescription typelib_TypeDescription;
typedef struct _typelib_InterfaceTypeDescription typelib_InterfaceTypeDescription; typedef struct _typelib_InterfaceTypeDescription typelib_InterfaceTypeDescription;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment