From 7c02ef0275dd27dde5828757b25e49dcbf419614 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:29:23 +0200 Subject: loplugin:includeform: unodevtools Change-Id: Iac0a22dd68a39cf5f71907c8f1e289fbd0c95249 --- unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 6 +++--- unodevtools/source/skeletonmaker/cpptypemaker.cxx | 8 ++++---- unodevtools/source/skeletonmaker/javacompskeleton.cxx | 8 ++++---- unodevtools/source/skeletonmaker/javatypemaker.cxx | 8 ++++---- unodevtools/source/skeletonmaker/skeletoncommon.cxx | 12 ++++++------ unodevtools/source/skeletonmaker/skeletoncommon.hxx | 12 ++++++------ unodevtools/source/skeletonmaker/skeletoncpp.hxx | 2 +- unodevtools/source/skeletonmaker/skeletonjava.hxx | 2 +- unodevtools/source/skeletonmaker/skeletonmaker.cxx | 12 ++++++------ unodevtools/source/unodevtools/options.cxx | 8 ++++---- 10 files changed, 39 insertions(+), 39 deletions(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 529b9f48f26a..a19f9250c0ca 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "codemaker/commoncpp.hxx" -#include "codemaker/global.hxx" +#include +#include #include "skeletoncommon.hxx" #include "skeletoncpp.hxx" diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx index 4080b993bf47..47d5e4aa0907 100644 --- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx +++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "codemaker/codemaker.hxx" -#include "codemaker/commoncpp.hxx" -#include "codemaker/global.hxx" +#include +#include +#include #include "skeletoncommon.hxx" #include "skeletoncpp.hxx" diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx index dda025eee33c..75176befcea3 100644 --- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "codemaker/commonjava.hxx" -#include "codemaker/global.hxx" -#include "rtl/strbuf.hxx" +#include +#include +#include #include "skeletoncommon.hxx" #include "skeletonjava.hxx" diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx index 2a5c84cb0400..64917b95cf7d 100644 --- a/unodevtools/source/skeletonmaker/javatypemaker.cxx +++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "codemaker/codemaker.hxx" -#include "codemaker/commonjava.hxx" -#include "codemaker/global.hxx" +#include +#include +#include #include "skeletoncommon.hxx" #include "skeletonjava.hxx" diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index 90efd23e3168..966c147f1850 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/thread.hxx" +#include -#include "codemaker/commonjava.hxx" -#include "codemaker/commoncpp.hxx" -#include "codemaker/generatedtypeset.hxx" -#include "codemaker/global.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include #include "skeletoncommon.hxx" diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index 97c0e72a6324..d73152e70167 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -19,13 +19,13 @@ #ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX #define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX -#include "sal/config.h" +#include -#include "rtl/ref.hxx" -#include "rtl/string.hxx" -#include "codemaker/typemanager.hxx" -#include "codemaker/unotype.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include #include #include diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx index bd056047c941..1c715faa669b 100644 --- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx @@ -21,7 +21,7 @@ #include -#include "codemaker/generatedtypeset.hxx" +#include #include "skeletoncommon.hxx" namespace skeletonmaker { namespace cpp { diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx index 9efeeb1acc4e..032be4748905 100644 --- a/unodevtools/source/skeletonmaker/skeletonjava.hxx +++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx @@ -21,7 +21,7 @@ #include -#include "codemaker/generatedtypeset.hxx" +#include #include "skeletoncommon.hxx" namespace skeletonmaker { namespace java { diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index ad13b108ef41..091b9357d80f 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -18,12 +18,12 @@ */ #include -#include "codemaker/global.hxx" -#include "codemaker/typemanager.hxx" -#include "sal/main.h" -#include "rtl/process.h" -#include "options.hxx" -#include "unoidl/unoidl.hxx" +#include +#include +#include +#include +#include +#include #include "skeletonjava.hxx" #include "skeletoncpp.hxx" diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx index b0b1071e209f..e3650b9dfaed 100644 --- a/unodevtools/source/unodevtools/options.cxx +++ b/unodevtools/source/unodevtools/options.cxx @@ -19,10 +19,10 @@ #include -#include "codemaker/global.hxx" -#include "rtl/ustring.hxx" -#include "rtl/process.h" -#include "options.hxx" +#include +#include +#include +#include namespace unodevtools { -- cgit