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

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

Change-Id: I86db12420f5d84e467db72585609f8f144f73dad
üst 2f3305e9
......@@ -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
{
......
......@@ -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
......
......@@ -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;
......
......@@ -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
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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;
......
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