loplugin:includeform: idl

Change-Id: I9631129331ef4b858ed3dd7b0e617002e6d461fb
This commit is contained in:
Stephan Bergmann 2017-10-23 22:40:06 +02:00
parent f3698af7cc
commit 14bf2a4be4
9 changed files with 14 additions and 14 deletions

View File

@ -21,7 +21,7 @@
#define INCLUDED_IDL_INC_BASOBJ_HXX #define INCLUDED_IDL_INC_BASOBJ_HXX
#include <tools/ref.hxx> #include <tools/ref.hxx>
#include <bastype.hxx> #include "bastype.hxx"
#include <tools/pstm.hxx> #include <tools/pstm.hxx>
#include <functional> #include <functional>
#include <vector> #include <vector>

View File

@ -20,9 +20,9 @@
#ifndef INCLUDED_IDL_INC_DATABASE_HXX #ifndef INCLUDED_IDL_INC_DATABASE_HXX
#define INCLUDED_IDL_INC_DATABASE_HXX #define INCLUDED_IDL_INC_DATABASE_HXX
#include <module.hxx> #include "module.hxx"
#include <hash.hxx> #include "hash.hxx"
#include <lex.hxx> #include "lex.hxx"
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <tools/pstm.hxx> #include <tools/pstm.hxx>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_IDL_INC_GLOBALS_HXX #ifndef INCLUDED_IDL_INC_GLOBALS_HXX
#define INCLUDED_IDL_INC_GLOBALS_HXX #define INCLUDED_IDL_INC_GLOBALS_HXX
#include <hash.hxx> #include "hash.hxx"
struct SvGlobalHashNames struct SvGlobalHashNames
{ {

View File

@ -21,7 +21,7 @@
#define INCLUDED_IDL_INC_LEX_HXX #define INCLUDED_IDL_INC_LEX_HXX
#include <sal/types.h> #include <sal/types.h>
#include <hash.hxx> #include "hash.hxx"
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vector> #include <vector>
#include <memory> #include <memory>

View File

@ -20,8 +20,8 @@
#ifndef INCLUDED_IDL_INC_MODULE_HXX #ifndef INCLUDED_IDL_INC_MODULE_HXX
#define INCLUDED_IDL_INC_MODULE_HXX #define INCLUDED_IDL_INC_MODULE_HXX
#include <slot.hxx> #include "slot.hxx"
#include <object.hxx> #include "object.hxx"
class SvMetaModule : public SvMetaObject class SvMetaModule : public SvMetaObject
{ {

View File

@ -20,8 +20,8 @@
#ifndef INCLUDED_IDL_INC_OBJECT_HXX #ifndef INCLUDED_IDL_INC_OBJECT_HXX
#define INCLUDED_IDL_INC_OBJECT_HXX #define INCLUDED_IDL_INC_OBJECT_HXX
#include <types.hxx> #include "types.hxx"
#include <slot.hxx> #include "slot.hxx"
#include <vector> #include <vector>
class SvMetaClass; class SvMetaClass;

View File

@ -21,7 +21,7 @@
#define INCLUDED_IDL_INC_PARSER_HXX #define INCLUDED_IDL_INC_PARSER_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <types.hxx> #include "types.hxx"
class SvTokenStream; class SvTokenStream;
class SvIdlDataBase; class SvIdlDataBase;

View File

@ -20,8 +20,8 @@
#ifndef INCLUDED_IDL_INC_SLOT_HXX #ifndef INCLUDED_IDL_INC_SLOT_HXX
#define INCLUDED_IDL_INC_SLOT_HXX #define INCLUDED_IDL_INC_SLOT_HXX
#include <types.hxx> #include "types.hxx"
#include <command.hxx> #include "command.hxx"
class SvMetaSlot : public SvMetaAttribute class SvMetaSlot : public SvMetaAttribute
{ {

View File

@ -22,7 +22,7 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <tools/ref.hxx> #include <tools/ref.hxx>
#include <basobj.hxx> #include "basobj.hxx"
class SvMetaType; class SvMetaType;
class SvMetaSlot; class SvMetaSlot;