From cc7280efdbfefd96eb96b63dc8bd171d39704388 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 18 Aug 2018 18:24:16 +0200 Subject: tdf#42949 Fix IWYU warnings in include/cppuhelper/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- framework/source/dispatch/servicehandler.cxx | 1 + framework/source/inc/dispatch/loaddispatcher.hxx | 1 + 2 files changed, 2 insertions(+) (limited to 'framework/source') diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx index fef8302f8fb6..cc4653dce95c 100644 --- a/framework/source/dispatch/servicehandler.cxx +++ b/framework/source/dispatch/servicehandler.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 377e1d01d284..e473dd53275b 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -26,6 +26,7 @@ #include #include +#include namespace framework{ -- cgit