From 43479a097f089d478753ee1e463723db5eb7fdb8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:34:43 +0200 Subject: loplugin:includeform: registry Change-Id: I499856ba451c71bb53e99d74c5a89f1a185c9386 --- registry/source/keyimpl.cxx | 4 ++-- registry/source/reflread.cxx | 6 +++--- registry/source/reflwrit.cxx | 8 ++++---- registry/source/regimpl.cxx | 12 ++++++------ registry/source/regkey.hxx | 8 ++++---- 5 files changed, 19 insertions(+), 19 deletions(-) (limited to 'registry/source') 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 +#include #include #include 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 #include #include -#include +#include "reflread.hxx" #include -#include "registry/typereg_reader.hxx" -#include "registry/version.h" +#include +#include #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 #include #include -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include +#include #include "reflwrit.hxx" -#include "registry/version.h" -#include "registry/writer.h" +#include +#include #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 #endif -#include +#include "reflread.hxx" -#include +#include "reflwrit.hxx" -#include "registry/reader.hxx" -#include "registry/refltype.hxx" -#include "registry/types.hxx" -#include "registry/version.h" +#include +#include +#include +#include #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 +#include +#include +#include extern "C" { -- cgit