Kaydet (Commit) 7c02ef02 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: unodevtools

Change-Id: Iac0a22dd68a39cf5f71907c8f1e289fbd0c95249
üst 0b51e2a7
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX #ifndef INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX
#define INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX #define INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX
#include "sal/config.h" #include <sal/config.h>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "codemaker/commoncpp.hxx" #include <codemaker/commoncpp.hxx>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
#include "skeletoncpp.hxx" #include "skeletoncpp.hxx"
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "codemaker/codemaker.hxx" #include <codemaker/codemaker.hxx>
#include "codemaker/commoncpp.hxx" #include <codemaker/commoncpp.hxx>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
#include "skeletoncpp.hxx" #include "skeletoncpp.hxx"
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "codemaker/commonjava.hxx" #include <codemaker/commonjava.hxx>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
#include "skeletonjava.hxx" #include "skeletonjava.hxx"
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstring> #include <cstring>
#include "codemaker/codemaker.hxx" #include <codemaker/codemaker.hxx>
#include "codemaker/commonjava.hxx" #include <codemaker/commonjava.hxx>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
#include "skeletonjava.hxx" #include "skeletonjava.hxx"
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "osl/thread.hxx" #include <osl/thread.hxx>
#include "codemaker/commonjava.hxx" #include <codemaker/commonjava.hxx>
#include "codemaker/commoncpp.hxx" #include <codemaker/commoncpp.hxx>
#include "codemaker/generatedtypeset.hxx" #include <codemaker/generatedtypeset.hxx>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "unoidl/unoidl.hxx" #include <unoidl/unoidl.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
#ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX #ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX
#define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX #define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX
#include "sal/config.h" #include <sal/config.h>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include "codemaker/typemanager.hxx" #include <codemaker/typemanager.hxx>
#include "codemaker/unotype.hxx" #include <codemaker/unotype.hxx>
#include "unoidl/unoidl.hxx" #include <unoidl/unoidl.hxx>
#include <fstream> #include <fstream>
#include <map> #include <map>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <fstream> #include <fstream>
#include "codemaker/generatedtypeset.hxx" #include <codemaker/generatedtypeset.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
namespace skeletonmaker { namespace cpp { namespace skeletonmaker { namespace cpp {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <fstream> #include <fstream>
#include "codemaker/generatedtypeset.hxx" #include <codemaker/generatedtypeset.hxx>
#include "skeletoncommon.hxx" #include "skeletoncommon.hxx"
namespace skeletonmaker { namespace java { namespace skeletonmaker { namespace java {
......
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
*/ */
#include <iostream> #include <iostream>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "codemaker/typemanager.hxx" #include <codemaker/typemanager.hxx>
#include "sal/main.h" #include <sal/main.h>
#include "rtl/process.h" #include <rtl/process.h>
#include "options.hxx" #include <options.hxx>
#include "unoidl/unoidl.hxx" #include <unoidl/unoidl.hxx>
#include "skeletonjava.hxx" #include "skeletonjava.hxx"
#include "skeletoncpp.hxx" #include "skeletoncpp.hxx"
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#include <stdio.h> #include <stdio.h>
#include "codemaker/global.hxx" #include <codemaker/global.hxx>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "rtl/process.h" #include <rtl/process.h>
#include "options.hxx" #include <options.hxx>
namespace unodevtools { namespace unodevtools {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment