summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:29:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:48 +0200
commit7c02ef0275dd27dde5828757b25e49dcbf419614 (patch)
tree02dbd1f95e47bac0093c738bac1ae295032ddb35 /unodevtools
parent0b51e2a7464356f417b885d1efca900390155bdd (diff)
loplugin:includeform: unodevtools
Change-Id: Iac0a22dd68a39cf5f71907c8f1e289fbd0c95249
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/inc/options.hxx2
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx6
-rw-r--r--unodevtools/source/skeletonmaker/cpptypemaker.cxx8
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx8
-rw-r--r--unodevtools/source/skeletonmaker/javatypemaker.cxx8
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx12
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.hxx12
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncpp.hxx2
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx2
-rw-r--r--unodevtools/source/skeletonmaker/skeletonmaker.cxx12
-rw-r--r--unodevtools/source/unodevtools/options.cxx8
11 files changed, 40 insertions, 40 deletions
diff --git a/unodevtools/inc/options.hxx b/unodevtools/inc/options.hxx
index 3ba269fe8d14..f459009e190b 100644
--- a/unodevtools/inc/options.hxx
+++ b/unodevtools/inc/options.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX
#define INCLUDED_UNODEVTOOLS_INC_OPTIONS_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <rtl/ustrbuf.hxx>
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 <sal/config.h>
-#include "codemaker/commoncpp.hxx"
-#include "codemaker/global.hxx"
+#include <codemaker/commoncpp.hxx>
+#include <codemaker/global.hxx>
#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 <sal/config.h>
-#include "codemaker/codemaker.hxx"
-#include "codemaker/commoncpp.hxx"
-#include "codemaker/global.hxx"
+#include <codemaker/codemaker.hxx>
+#include <codemaker/commoncpp.hxx>
+#include <codemaker/global.hxx>
#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 <sal/config.h>
-#include "codemaker/commonjava.hxx"
-#include "codemaker/global.hxx"
-#include "rtl/strbuf.hxx"
+#include <codemaker/commonjava.hxx>
+#include <codemaker/global.hxx>
+#include <rtl/strbuf.hxx>
#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 <sal/config.h>
#include <cstring>
-#include "codemaker/codemaker.hxx"
-#include "codemaker/commonjava.hxx"
-#include "codemaker/global.hxx"
+#include <codemaker/codemaker.hxx>
+#include <codemaker/commonjava.hxx>
+#include <codemaker/global.hxx>
#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 <osl/thread.hxx>
-#include "codemaker/commonjava.hxx"
-#include "codemaker/commoncpp.hxx"
-#include "codemaker/generatedtypeset.hxx"
-#include "codemaker/global.hxx"
-#include "unoidl/unoidl.hxx"
+#include <codemaker/commonjava.hxx>
+#include <codemaker/commoncpp.hxx>
+#include <codemaker/generatedtypeset.hxx>
+#include <codemaker/global.hxx>
+#include <unoidl/unoidl.hxx>
#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 <sal/config.h>
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "codemaker/typemanager.hxx"
-#include "codemaker/unotype.hxx"
-#include "unoidl/unoidl.hxx"
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <codemaker/typemanager.hxx>
+#include <codemaker/unotype.hxx>
+#include <unoidl/unoidl.hxx>
#include <fstream>
#include <map>
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 <fstream>
-#include "codemaker/generatedtypeset.hxx"
+#include <codemaker/generatedtypeset.hxx>
#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 <fstream>
-#include "codemaker/generatedtypeset.hxx"
+#include <codemaker/generatedtypeset.hxx>
#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 <iostream>
-#include "codemaker/global.hxx"
-#include "codemaker/typemanager.hxx"
-#include "sal/main.h"
-#include "rtl/process.h"
-#include "options.hxx"
-#include "unoidl/unoidl.hxx"
+#include <codemaker/global.hxx>
+#include <codemaker/typemanager.hxx>
+#include <sal/main.h>
+#include <rtl/process.h>
+#include <options.hxx>
+#include <unoidl/unoidl.hxx>
#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 <stdio.h>
-#include "codemaker/global.hxx"
-#include "rtl/ustring.hxx"
-#include "rtl/process.h"
-#include "options.hxx"
+#include <codemaker/global.hxx>
+#include <rtl/ustring.hxx>
+#include <rtl/process.h>
+#include <options.hxx>
namespace unodevtools {