From 0b51e2a7464356f417b885d1efca900390155bdd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:29:12 +0200 Subject: loplugin:includeform: unoidl Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09 --- unoidl/source/legacyprovider.cxx | 16 ++++++------- unoidl/source/legacyprovider.hxx | 8 +++---- unoidl/source/sourcefileprovider.cxx | 2 +- unoidl/source/sourcefileprovider.hxx | 6 ++--- unoidl/source/sourceprovider-parser-requires.hxx | 10 ++++---- unoidl/source/sourceprovider-scanner.hxx | 14 +++++------ unoidl/source/sourcetreeprovider.cxx | 18 +++++++------- unoidl/source/sourcetreeprovider.hxx | 6 ++--- unoidl/source/unoidl-check.cxx | 20 ++++++++-------- unoidl/source/unoidl-read.cxx | 20 ++++++++-------- unoidl/source/unoidl-write.cxx | 30 ++++++++++++------------ unoidl/source/unoidl.cxx | 14 +++++------ unoidl/source/unoidlprovider.cxx | 24 +++++++++---------- unoidl/source/unoidlprovider.hxx | 8 +++---- 14 files changed, 98 insertions(+), 98 deletions(-) (limited to 'unoidl/source') diff --git a/unoidl/source/legacyprovider.cxx b/unoidl/source/legacyprovider.cxx index 55095d9ec6bd..a7eb47fc7a88 100644 --- a/unoidl/source/legacyprovider.cxx +++ b/unoidl/source/legacyprovider.cxx @@ -7,19 +7,19 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include #include -#include "registry/reader.hxx" -#include "registry/registry.hxx" -#include "registry/regtype.h" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include #include "legacyprovider.hxx" diff --git a/unoidl/source/legacyprovider.hxx b/unoidl/source/legacyprovider.hxx index 4f9427d18fb4..4ef2712064db 100644 --- a/unoidl/source/legacyprovider.hxx +++ b/unoidl/source/legacyprovider.hxx @@ -10,11 +10,11 @@ #ifndef INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX #define INCLUDED_UNOIDL_SOURCE_LEGACYPROVIDER_HXX -#include "sal/config.h" +#include -#include "registry/registry.hxx" -#include "rtl/ref.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include namespace unoidl { namespace detail { diff --git a/unoidl/source/sourcefileprovider.cxx b/unoidl/source/sourcefileprovider.cxx index e6821c47b8fc..ba46df1b0f3c 100644 --- a/unoidl/source/sourcefileprovider.cxx +++ b/unoidl/source/sourcefileprovider.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx index 9a2a4072fb90..3bef3e438fb5 100644 --- a/unoidl/source/sourcefileprovider.hxx +++ b/unoidl/source/sourcefileprovider.hxx @@ -10,12 +10,12 @@ #ifndef INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX #define INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX -#include "sal/config.h" +#include #include -#include "rtl/ref.hxx" -#include "unoidl/unoidl.hxx" +#include +#include namespace unoidl { namespace detail { diff --git a/unoidl/source/sourceprovider-parser-requires.hxx b/unoidl/source/sourceprovider-parser-requires.hxx index 18a5cf02ba81..95a6052e0252 100644 --- a/unoidl/source/sourceprovider-parser-requires.hxx +++ b/unoidl/source/sourceprovider-parser-requires.hxx @@ -10,14 +10,14 @@ #ifndef INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX #define INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_PARSER_REQUIRES_HXX -#include "sal/config.h" +#include #include -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include #define YYLTYPE int diff --git a/unoidl/source/sourceprovider-scanner.hxx b/unoidl/source/sourceprovider-scanner.hxx index abc91259a0b3..ecf99433ce56 100644 --- a/unoidl/source/sourceprovider-scanner.hxx +++ b/unoidl/source/sourceprovider-scanner.hxx @@ -10,21 +10,21 @@ #ifndef INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_SCANNER_HXX #define INCLUDED_UNOIDL_SOURCE_SOURCEPROVIDER_SCANNER_HXX -#include "sal/config.h" +#include #include #include #include #include -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include #include "sourceprovider-parser-requires.hxx" -#include "sourceprovider-parser.hxx" +#include namespace unoidl { namespace detail { diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx index da1770ca0704..df6a81c3f5ab 100644 --- a/unoidl/source/sourcetreeprovider.cxx +++ b/unoidl/source/sourcetreeprovider.cxx @@ -7,22 +7,22 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include #include -#include "osl/file.h" -#include "osl/file.hxx" -#include "rtl/character.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include #include "sourceprovider-parser-requires.hxx" -#include "sourceprovider-parser.hxx" +#include #include "sourceprovider-scanner.hxx" #include "sourcetreeprovider.hxx" diff --git a/unoidl/source/sourcetreeprovider.hxx b/unoidl/source/sourcetreeprovider.hxx index dbee645d2322..d12fc9cef7e5 100644 --- a/unoidl/source/sourcetreeprovider.hxx +++ b/unoidl/source/sourcetreeprovider.hxx @@ -10,12 +10,12 @@ #ifndef INCLUDED_UNOIDL_SOURCE_SOURCETREEPROVIDER_HXX #define INCLUDED_UNOIDL_SOURCE_SOURCETREEPROVIDER_HXX -#include "sal/config.h" +#include #include -#include "rtl/ref.hxx" -#include "unoidl/unoidl.hxx" +#include +#include namespace unoidl { namespace detail { diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx index e06bdab92caf..f0343231913e 100644 --- a/unoidl/source/unoidl-check.cxx +++ b/unoidl/source/unoidl-check.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include @@ -15,15 +15,15 @@ #include #include -#include "osl/file.hxx" -#include "osl/process.h" -#include "rtl/character.hxx" -#include "rtl/process.h" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/main.h" -#include "sal/types.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace unoidl { diff --git a/unoidl/source/unoidl-read.cxx b/unoidl/source/unoidl-read.cxx index 93bbc1907075..30eb7b4e5994 100644 --- a/unoidl/source/unoidl-read.cxx +++ b/unoidl/source/unoidl-read.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include @@ -18,15 +18,15 @@ #include #include -#include "osl/file.h" -#include "osl/file.hxx" -#include "osl/process.h" -#include "rtl/process.h" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/main.h" -#include "sal/types.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace { diff --git a/unoidl/source/unoidl-write.cxx b/unoidl/source/unoidl-write.cxx index d95dbb0b5c95..fcb004a24df3 100644 --- a/unoidl/source/unoidl-write.cxx +++ b/unoidl/source/unoidl-write.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include @@ -17,20 +17,20 @@ #include #include -#include "config_version.h" -#include "osl/endian.h" -#include "osl/file.h" -#include "osl/file.hxx" -#include "osl/process.h" -#include "rtl/process.h" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textenc.h" -#include "rtl/textcvt.h" -#include "rtl/ustring.hxx" -#include "sal/macros.h" -#include "sal/main.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace { diff --git a/unoidl/source/unoidl.cxx b/unoidl/source/unoidl.cxx index 722d0aec0021..b0a2fb4a4921 100644 --- a/unoidl/source/unoidl.cxx +++ b/unoidl/source/unoidl.cxx @@ -7,17 +7,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include -#include "osl/file.h" -#include "osl/file.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include #include "legacyprovider.hxx" #include "sourcefileprovider.hxx" diff --git a/unoidl/source/unoidlprovider.cxx b/unoidl/source/unoidlprovider.cxx index 525418d3f09e..cb3bd57074ea 100644 --- a/unoidl/source/unoidlprovider.cxx +++ b/unoidl/source/unoidlprovider.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include @@ -15,17 +15,17 @@ #include #include -#include "osl/endian.h" -#include "osl/file.h" -#include "rtl/character.hxx" -#include "rtl/ref.hxx" -#include "rtl/textenc.h" -#include "rtl/textcvt.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "unoidlprovider.hxx" diff --git a/unoidl/source/unoidlprovider.hxx b/unoidl/source/unoidlprovider.hxx index 4017ab9edb35..4e2fce161323 100644 --- a/unoidl/source/unoidlprovider.hxx +++ b/unoidl/source/unoidlprovider.hxx @@ -10,13 +10,13 @@ #ifndef INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX #define INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX -#include "sal/config.h" +#include #include -#include "rtl/ref.hxx" -#include "sal/types.h" -#include "unoidl/unoidl.hxx" +#include +#include +#include namespace unoidl { namespace detail { -- cgit