summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:29:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:48 +0200
commit0b51e2a7464356f417b885d1efca900390155bdd (patch)
tree298b5852aad68d99862566095f30708f5ced1ebd /unoidl
parentbf49fc49ad3f18a1782c882a128c91436ad64ff6 (diff)
loplugin:includeform: unoidl
Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/legacyprovider.cxx16
-rw-r--r--unoidl/source/legacyprovider.hxx8
-rw-r--r--unoidl/source/sourcefileprovider.cxx2
-rw-r--r--unoidl/source/sourcefileprovider.hxx6
-rw-r--r--unoidl/source/sourceprovider-parser-requires.hxx10
-rw-r--r--unoidl/source/sourceprovider-scanner.hxx14
-rw-r--r--unoidl/source/sourcetreeprovider.cxx18
-rw-r--r--unoidl/source/sourcetreeprovider.hxx6
-rw-r--r--unoidl/source/unoidl-check.cxx20
-rw-r--r--unoidl/source/unoidl-read.cxx20
-rw-r--r--unoidl/source/unoidl-write.cxx30
-rw-r--r--unoidl/source/unoidl.cxx14
-rw-r--r--unoidl/source/unoidlprovider.cxx24
-rw-r--r--unoidl/source/unoidlprovider.hxx8
14 files changed, 98 insertions, 98 deletions
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 <sal/config.h>
#include <cassert>
#include <cstring>
#include <vector>
-#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 <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 "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 <sal/config.h>
-#include "registry/registry.hxx"
-#include "rtl/ref.hxx"
-#include "unoidl/unoidl.hxx"
+#include <registry/registry.hxx>
+#include <rtl/ref.hxx>
+#include <unoidl/unoidl.hxx>
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 <sal/config.h>
#include <map>
#include <utility>
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 <sal/config.h>
#include <map>
-#include "rtl/ref.hxx"
-#include "unoidl/unoidl.hxx"
+#include <rtl/ref.hxx>
+#include <unoidl/unoidl.hxx>
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 <sal/config.h>
#include <vector>
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
-#include "unoidl/unoidl.hxx"
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+#include <unoidl/unoidl.hxx>
#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 <sal/config.h>
#include <cassert>
#include <map>
#include <set>
#include <vector>
-#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
-#include "salhelper/simplereferenceobject.hxx"
-#include "unoidl/unoidl.hxx"
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+#include <salhelper/simplereferenceobject.hxx>
+#include <unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
-#include "sourceprovider-parser.hxx"
+#include <sourceprovider-parser.hxx>
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 <sal/config.h>
#include <map>
#include <vector>
#include <cstring>
-#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 <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 "sourceprovider-parser-requires.hxx"
-#include "sourceprovider-parser.hxx"
+#include <sourceprovider-parser.hxx>
#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 <sal/config.h>
#include <map>
-#include "rtl/ref.hxx"
-#include "unoidl/unoidl.hxx"
+#include <rtl/ref.hxx>
+#include <unoidl/unoidl.hxx>
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 <sal/config.h>
#include <algorithm>
#include <cassert>
@@ -15,15 +15,15 @@
#include <iostream>
#include <vector>
-#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 <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>
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 <sal/config.h>
#include <cassert>
#include <cstddef>
@@ -18,15 +18,15 @@
#include <utility>
#include <vector>
-#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 <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>
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 <sal/config.h>
#include <cassert>
#include <cstddef>
@@ -17,20 +17,20 @@
#include <utility>
#include <vector>
-#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 <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>
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 <sal/config.h>
#include <set>
#include <vector>
-#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 <osl/file.h>
+#include <osl/file.hxx>
+#include <osl/mutex.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustring.hxx>
+#include <unoidl/unoidl.hxx>
#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 <sal/config.h>
#include <algorithm>
#include <cassert>
@@ -15,17 +15,17 @@
#include <set>
#include <vector>
-#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 <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 "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 <sal/config.h>
#include <set>
-#include "rtl/ref.hxx"
-#include "sal/types.h"
-#include "unoidl/unoidl.hxx"
+#include <rtl/ref.hxx>
+#include <sal/types.h>
+#include <unoidl/unoidl.hxx>
namespace unoidl { namespace detail {