From 012d4dc0e924502e68b4c71b6d64ccd92df381ac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:43:53 +0200 Subject: loplugin:includeform: configmgr Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652 --- configmgr/source/components.cxx | 2 +- configmgr/source/dconf.cxx | 16 ++++++++-------- configmgr/source/nodemap.hxx | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'configmgr/source') 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 +#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 #include -#include -#include -#include -#include -#include -#include -#include -#include +#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 #include "config_map.hxx" #include -#include +#include "node.hxx" namespace configmgr { -- cgit