From 189abcf0db61c41a565bd355294bf6e712fc3e5a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:22:50 +0200 Subject: loplugin:includeform: UNO API include files Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94 --- include/typelib/typeclass.h | 2 +- include/typelib/typedescription.h | 8 ++++---- include/typelib/typedescription.hxx | 10 +++++----- include/typelib/uik.h | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'include/typelib') diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h index 1c6b0d64458e..2da05b143645 100644 --- a/include/typelib/typeclass.h +++ b/include/typelib/typeclass.h @@ -19,7 +19,7 @@ #ifndef INCLUDED_TYPELIB_TYPECLASS_H #define INCLUDED_TYPELIB_TYPECLASS_H -#include +#include "sal/types.h" /** This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass. */ diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h index c866ae88d614..a0c60e68f93b 100644 --- a/include/typelib/typedescription.h +++ b/include/typelib/typedescription.h @@ -19,10 +19,10 @@ #ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_H #define INCLUDED_TYPELIB_TYPEDESCRIPTION_H -#include -#include -#include -#include +#include "cppu/cppudllapi.h" +#include "typelib/uik.h" +#include "typelib/typeclass.h" +#include "rtl/ustring.h" #ifdef __cplusplus extern "C" diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx index 8ec814173604..ae8599bb1fdd 100644 --- a/include/typelib/typedescription.hxx +++ b/include/typelib/typedescription.hxx @@ -19,14 +19,14 @@ #ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX #define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX -#include +#include "sal/config.h" #include -#include -#include -#include -#include +#include "rtl/alloc.h" +#include "rtl/ustring.hxx" +#include "com/sun/star/uno/Type.h" +#include "typelib/typedescription.h" namespace com diff --git a/include/typelib/uik.h b/include/typelib/uik.h index 78e57bf5202f..4899e95161b2 100644 --- a/include/typelib/uik.h +++ b/include/typelib/uik.h @@ -19,7 +19,7 @@ #ifndef INCLUDED_TYPELIB_UIK_H #define INCLUDED_TYPELIB_UIK_H -#include +#include "sal/types.h" #if defined( SAL_W32) #pragma pack(push, 8) -- cgit