From 368f20001c0d152f48575335757e3c3c3b7e5750 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 13 Apr 2019 21:42:04 +0200 Subject: tdf#42949 Fix IWYU warnings in comphelper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also re-evaluate some blacklisted headers and recheck include/comphelper/ Change-Id: Ib7eea5951e849c07cea2e2782be4e8945f71ad96 Reviewed-on: https://gerrit.libreoffice.org/70899 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- comphelper/source/misc/evtmethodhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/source/misc/evtmethodhelper.cxx') diff --git a/comphelper/source/misc/evtmethodhelper.cxx b/comphelper/source/misc/evtmethodhelper.cxx index d02b423bab57..5f60d92d645c 100644 --- a/comphelper/source/misc/evtmethodhelper.cxx +++ b/comphelper/source/misc/evtmethodhelper.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Type; -- cgit