diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:43:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:11 +0200 |
commit | 012d4dc0e924502e68b4c71b6d64ccd92df381ac (patch) | |
tree | 7e734b0a92fd2d01995d4950095d5a5ed3606a91 /configmgr/source | |
parent | 25fd3077e85c37ff4077b924ff9a26012d808199 (diff) |
loplugin:includeform: configmgr
Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/components.cxx | 2 | ||||
-rw-r--r-- | configmgr/source/dconf.cxx | 16 | ||||
-rw-r--r-- | configmgr/source/nodemap.hxx | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 7459ef4e5d45..ddbebe103e60 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -68,7 +68,7 @@ #include "xcsparser.hxx" #if ENABLE_DCONF -#include <dconf.hxx> +#include "dconf.hxx" #endif #if defined(_WIN32) diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index 586c5289dc34..22c80841addf 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -26,14 +26,14 @@ extern "C" { #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustrbuf.hxx> -#include <data.hxx> -#include <dconf.hxx> -#include <groupnode.hxx> -#include <localizedpropertynode.hxx> -#include <localizedvaluenode.hxx> -#include <nodemap.hxx> -#include <propertynode.hxx> -#include <setnode.hxx> +#include "data.hxx" +#include "dconf.hxx" +#include "groupnode.hxx" +#include "localizedpropertynode.hxx" +#include "localizedvaluenode.hxx" +#include "nodemap.hxx" +#include "propertynode.hxx" +#include "setnode.hxx" // component-data is encoded in dconf as follows: // diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index 0c6a9f04c5c1..0225b9861124 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -23,7 +23,7 @@ #include <sal/config.h> #include "config_map.hxx" #include <rtl/ref.hxx> -#include <node.hxx> +#include "node.hxx" namespace configmgr { |