From a457c7c6b0339184466c12f1c43b0b0aa01edf54 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:41:08 +0200 Subject: loplugin:includeform: framework Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d --- framework/source/dispatch/dispatchdisabler.cxx | 4 ++-- framework/source/dispatch/dispatchprovider.cxx | 2 +- framework/source/dispatch/startmoduledispatcher.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/source/dispatch') diff --git a/framework/source/dispatch/dispatchdisabler.cxx b/framework/source/dispatch/dispatchdisabler.cxx index c93c5927ef58..9fa3f99b3d30 100644 --- a/framework/source/dispatch/dispatchdisabler.cxx +++ b/framework/source/dispatch/dispatchdisabler.cxx @@ -9,8 +9,8 @@ #include -#include "services.h" -#include "dispatch/dispatchdisabler.hxx" +#include +#include #include diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index bfd698b69060..fcde3010edee 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -30,7 +30,7 @@ #include #include #include -#include +#include "isstartmoduledispatch.hxx" #include #include diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index b2c87cbbe0b4..bdb36271f50e 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -24,7 +24,7 @@ #include #include #include -#include +#include "isstartmoduledispatch.hxx" #include #include -- cgit