summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:34:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:59 +0200
commit43479a097f089d478753ee1e463723db5eb7fdb8 (patch)
tree611f7c196e7e63ce3aac41a634172fe3e2783af0 /registry
parent650432d41090ee07a8870fefc7a148084ec8e610 (diff)
loplugin:includeform: registry
Change-Id: I499856ba451c71bb53e99d74c5a89f1a185c9386
Diffstat (limited to 'registry')
-rw-r--r--registry/source/keyimpl.cxx4
-rw-r--r--registry/source/reflread.cxx6
-rw-r--r--registry/source/reflwrit.cxx8
-rw-r--r--registry/source/regimpl.cxx12
-rw-r--r--registry/source/regkey.hxx8
-rw-r--r--registry/tools/fileurl.cxx10
-rw-r--r--registry/tools/fileurl.hxx2
-rw-r--r--registry/tools/options.cxx2
-rw-r--r--registry/tools/regmerge.cxx4
-rw-r--r--registry/tools/regview.cxx4
10 files changed, 30 insertions, 30 deletions
diff --git a/registry/source/keyimpl.cxx b/registry/source/keyimpl.cxx
index 94378ad2a5bb..68b6794f1c28 100644
--- a/registry/source/keyimpl.cxx
+++ b/registry/source/keyimpl.cxx
@@ -23,8 +23,8 @@
#include "keyimpl.hxx"
#include "reflcnst.hxx"
-#include "rtl/alloc.h"
-#include "rtl/ustrbuf.hxx"
+#include <rtl/alloc.h>
+#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 61ce0d3ed94a..7065adea01cb 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -27,11 +27,11 @@
#include <sal/types.h>
#include <osl/endian.h>
#include <osl/diagnose.h>
-#include <reflread.hxx>
+#include "reflread.hxx"
#include <sal/log.hxx>
-#include "registry/typereg_reader.hxx"
-#include "registry/version.h"
+#include <registry/typereg_reader.hxx>
+#include <registry/version.h>
#include "reflcnst.hxx"
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index 0c1dc67ba6fc..c729029b6e3b 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -24,12 +24,12 @@
#include <sal/macros.h>
#include <osl/endian.h>
#include <rtl/alloc.h>
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
#include "reflwrit.hxx"
-#include "registry/version.h"
-#include "registry/writer.h"
+#include <registry/version.h>
+#include <registry/writer.h>
#include "reflcnst.hxx"
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 44c00d7fad54..6bb013e36ca9 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -28,14 +28,14 @@
#include <unistd.h>
#endif
-#include <reflread.hxx>
+#include "reflread.hxx"
-#include <reflwrit.hxx>
+#include "reflwrit.hxx"
-#include "registry/reader.hxx"
-#include "registry/refltype.hxx"
-#include "registry/types.hxx"
-#include "registry/version.h"
+#include <registry/reader.hxx>
+#include <registry/refltype.hxx>
+#include <registry/types.hxx>
+#include <registry/version.h>
#include "reflcnst.hxx"
#include "keyimpl.hxx"
diff --git a/registry/source/regkey.hxx b/registry/source/regkey.hxx
index 38c3d6694d3e..e45bc50f1976 100644
--- a/registry/source/regkey.hxx
+++ b/registry/source/regkey.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_REGISTRY_SOURCE_REGKEY_HXX
#define INCLUDED_REGISTRY_SOURCE_REGKEY_HXX
-#include "sal/config.h"
-#include "registry/regtype.h"
-#include "rtl/ustring.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <registry/regtype.h>
+#include <rtl/ustring.h>
+#include <sal/types.h>
extern "C" {
diff --git a/registry/tools/fileurl.cxx b/registry/tools/fileurl.cxx
index 5bf64a1f383b..46f0ba7b1140 100644
--- a/registry/tools/fileurl.cxx
+++ b/registry/tools/fileurl.cxx
@@ -19,11 +19,11 @@
#include "fileurl.hxx"
-#include "rtl/ustring.hxx"
-#include "osl/diagnose.h"
-#include "osl/file.hxx"
-#include "osl/process.h"
-#include "osl/thread.h"
+#include <rtl/ustring.hxx>
+#include <osl/diagnose.h>
+#include <osl/file.hxx>
+#include <osl/process.h>
+#include <osl/thread.h>
#include <string.h>
diff --git a/registry/tools/fileurl.hxx b/registry/tools/fileurl.hxx
index 0e7de690ceee..684ca8c3c460 100644
--- a/registry/tools/fileurl.hxx
+++ b/registry/tools/fileurl.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REGISTRY_TOOLS_FILEURL_HXX
#define INCLUDED_REGISTRY_TOOLS_FILEURL_HXX
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
namespace registry
{
diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx
index 04f1f67e7e74..b229bb989a51 100644
--- a/registry/tools/options.cxx
+++ b/registry/tools/options.cxx
@@ -19,7 +19,7 @@
#include "options.hxx"
-#include "osl/diagnose.h"
+#include <osl/diagnose.h>
#include <stdio.h>
#include <string.h>
diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx
index 4b15604766e0..4bca01324564 100644
--- a/registry/tools/regmerge.cxx
+++ b/registry/tools/regmerge.cxx
@@ -18,11 +18,11 @@
*/
-#include "registry/registry.hxx"
+#include <registry/registry.hxx>
#include "fileurl.hxx"
#include "options.hxx"
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include <stdio.h>
#include <string.h>
diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx
index dcf3a8d3c435..178289fc297d 100644
--- a/registry/tools/regview.cxx
+++ b/registry/tools/regview.cxx
@@ -18,10 +18,10 @@
*/
-#include "regapi.hxx"
+#include <regapi.hxx>
#include "fileurl.hxx"
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include <stdio.h>
#include <string.h>