diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:40:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:05 +0200 |
commit | 14bf2a4be447fc6495d05a78967033ce4f28607c (patch) | |
tree | 6f7ab7be6ebd9909a82e43a120a9db43fa82fafe /idl | |
parent | f3698af7ccebbe7063226c843fb664f68d84e679 (diff) |
loplugin:includeform: idl
Change-Id: I9631129331ef4b858ed3dd7b0e617002e6d461fb
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/basobj.hxx | 2 | ||||
-rw-r--r-- | idl/inc/database.hxx | 6 | ||||
-rw-r--r-- | idl/inc/globals.hxx | 2 | ||||
-rw-r--r-- | idl/inc/lex.hxx | 2 | ||||
-rw-r--r-- | idl/inc/module.hxx | 4 | ||||
-rw-r--r-- | idl/inc/object.hxx | 4 | ||||
-rw-r--r-- | idl/inc/parser.hxx | 2 | ||||
-rw-r--r-- | idl/inc/slot.hxx | 4 | ||||
-rw-r--r-- | idl/inc/types.hxx | 2 |
9 files changed, 14 insertions, 14 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index a1ede771eee9..342d1e84f1ab 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -21,7 +21,7 @@ #define INCLUDED_IDL_INC_BASOBJ_HXX #include <tools/ref.hxx> -#include <bastype.hxx> +#include "bastype.hxx" #include <tools/pstm.hxx> #include <functional> #include <vector> diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 3c102ff6a46a..2d48204b5f57 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_IDL_INC_DATABASE_HXX #define INCLUDED_IDL_INC_DATABASE_HXX -#include <module.hxx> -#include <hash.hxx> -#include <lex.hxx> +#include "module.hxx" +#include "hash.hxx" +#include "lex.hxx" #include <rtl/string.hxx> #include <tools/pstm.hxx> diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index d54153badc30..0e118a16a1e3 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_IDL_INC_GLOBALS_HXX #define INCLUDED_IDL_INC_GLOBALS_HXX -#include <hash.hxx> +#include "hash.hxx" struct SvGlobalHashNames { diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 4fa4ff2be648..a32d863a7103 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -21,7 +21,7 @@ #define INCLUDED_IDL_INC_LEX_HXX #include <sal/types.h> -#include <hash.hxx> +#include "hash.hxx" #include <tools/stream.hxx> #include <vector> #include <memory> diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index dad17bc96105..44030172a8a3 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_IDL_INC_MODULE_HXX #define INCLUDED_IDL_INC_MODULE_HXX -#include <slot.hxx> -#include <object.hxx> +#include "slot.hxx" +#include "object.hxx" class SvMetaModule : public SvMetaObject { diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 6c8c90b3a74a..d385fe0367cc 100644 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_IDL_INC_OBJECT_HXX #define INCLUDED_IDL_INC_OBJECT_HXX -#include <types.hxx> -#include <slot.hxx> +#include "types.hxx" +#include "slot.hxx" #include <vector> class SvMetaClass; diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx index 811908f073e8..cdd1e30a10f7 100644 --- a/idl/inc/parser.hxx +++ b/idl/inc/parser.hxx @@ -21,7 +21,7 @@ #define INCLUDED_IDL_INC_PARSER_HXX #include <rtl/ustring.hxx> -#include <types.hxx> +#include "types.hxx" class SvTokenStream; class SvIdlDataBase; diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index b7762d0089df..d9ac77a591f5 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_IDL_INC_SLOT_HXX #define INCLUDED_IDL_INC_SLOT_HXX -#include <types.hxx> -#include <command.hxx> +#include "types.hxx" +#include "command.hxx" class SvMetaSlot : public SvMetaAttribute { diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index fa0c2bb11730..c4ceed384fdf 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -22,7 +22,7 @@ #include <rtl/strbuf.hxx> #include <tools/ref.hxx> -#include <basobj.hxx> +#include "basobj.hxx" class SvMetaType; class SvMetaSlot; |