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

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

Change-Id: Ic710b335632489f77c2c0abc76e7550e6a7c0885
üst b2af113a
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <uno/any2.h> #include <uno/any2.h>
#include <typelib/typedescription.h> #include <typelib/typedescription.h>
#include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Type.h>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
#include <rtl/alloc.h> #include <rtl/alloc.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_HXX #ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_HXX
#define INCLUDED_COM_SUN_STAR_UNO_ANY_HXX #define INCLUDED_COM_SUN_STAR_UNO_ANY_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include <iomanip> #include <iomanip>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
namespace com namespace com
{ {
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H #ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
#define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H #define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "uno/sequence2.h" #include <uno/sequence2.h>
#include "com/sun/star/uno/Type.h" #include <com/sun/star/uno/Type.h>
#include "rtl/alloc.h" #include <rtl/alloc.h>
#include <new> #include <new>
......
...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX #ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX #define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include "osl/interlck.h" #include <osl/interlck.h>
#include "com/sun/star/uno/Sequence.h" #include <com/sun/star/uno/Sequence.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "uno/data.h" #include <uno/data.h>
#include "com/sun/star/uno/genfunc.hxx" #include <com/sun/star/uno/genfunc.hxx>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
namespace com namespace com
{ {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Type.h>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
namespace com namespace com
{ {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H
#include "sal/types.h" #include <sal/types.h>
typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference; typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference;
......
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