From e8599a29c6540c05802d257671f3f4c572c73abc Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 20 Sep 2019 00:33:41 +0200 Subject: tdf#42949 Fix IWYU warnings in xmlhelp/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I266367d4f9e2b9bf637fc103a5e4876bd6b1d2b9 Reviewed-on: https://gerrit.libreoffice.org/79261 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlhelp/source/cxxhelp/provider/resultsetbase.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/resultsetbase.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx index 911a74a4b0b9..e4d74404b7fd 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx @@ -19,11 +19,8 @@ #include #include -#include #include #include -#include -#include #include #include -- cgit