From 9784934cb9054e7aa7b1574f926a555b107a31c8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 9 Sep 2018 23:32:59 +0200 Subject: tdf#42949 Fix IWYU warnings in include/ucbhelper/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7bfeef47abaf94cfb355db95c0fdb928ce36c0a6 Reviewed-on: https://gerrit.libreoffice.org/60232 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- ucb/source/ucp/tdoc/tdoc_provider.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ucb/source/ucp/tdoc/tdoc_provider.hxx') diff --git a/ucb/source/ucp/tdoc/tdoc_provider.hxx b/ucb/source/ucp/tdoc/tdoc_provider.hxx index 3501bd4d8ec9..2f308bf3ff5c 100644 --- a/ucb/source/ucp/tdoc/tdoc_provider.hxx +++ b/ucb/source/ucp/tdoc/tdoc_provider.hxx @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include #include "tdoc_uri.hxx" #include "tdoc_docmgr.hxx" -- cgit