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

Change-Id: Ic710b335632489f77c2c0abc76e7550e6a7c0885
This commit is contained in:
Norbert Thiebaud 2013-11-09 15:55:35 -06:00
parent b2af113a07
commit ec7e3cc0d7
6 changed files with 16 additions and 16 deletions

View File

@ -22,7 +22,7 @@
#include <uno/any2.h>
#include <typelib/typedescription.h>
#include <com/sun/star/uno/Type.h>
#include "cppu/unotype.hxx"
#include <cppu/unotype.hxx>
#include <rtl/alloc.h>

View File

@ -19,7 +19,7 @@
#ifndef 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 <iomanip>
@ -31,7 +31,7 @@
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/genfunc.hxx>
#include "cppu/unotype.hxx"
#include <cppu/unotype.hxx>
namespace com
{

View File

@ -19,10 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
#define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
#include "typelib/typedescription.h"
#include "uno/sequence2.h"
#include "com/sun/star/uno/Type.h"
#include "rtl/alloc.h"
#include <typelib/typedescription.h>
#include <uno/sequence2.h>
#include <com/sun/star/uno/Type.h>
#include <rtl/alloc.h>
#include <new>

View File

@ -19,16 +19,16 @@
#ifndef 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 "osl/interlck.h"
#include "com/sun/star/uno/Sequence.h"
#include "typelib/typedescription.h"
#include "uno/data.h"
#include "com/sun/star/uno/genfunc.hxx"
#include "cppu/unotype.hxx"
#include <osl/interlck.h>
#include <com/sun/star/uno/Sequence.h>
#include <typelib/typedescription.h>
#include <uno/data.h>
#include <com/sun/star/uno/genfunc.hxx>
#include <cppu/unotype.hxx>
namespace com
{

View File

@ -21,7 +21,7 @@
#include <osl/mutex.hxx>
#include <com/sun/star/uno/Type.h>
#include "cppu/unotype.hxx"
#include <cppu/unotype.hxx>
namespace com
{

View File

@ -19,7 +19,7 @@
#ifndef 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;