From 9401c7c28a91c4195f7d767bd46658fd08300c72 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 31 Mar 2018 17:33:32 +0200 Subject: remove unused processfactory.hxx includes and fix fallout Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee Reviewed-on: https://gerrit.libreoffice.org/52206 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- xmlhelp/source/cxxhelp/provider/content.cxx | 1 - xmlhelp/source/cxxhelp/provider/resultsetbase.cxx | 1 - xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx index f4f299d724cc..e785daa4b1fa 100644 --- a/xmlhelp/source/cxxhelp/provider/content.cxx +++ b/xmlhelp/source/cxxhelp/provider/content.cxx @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx index 8d5fb3f3722a..9a36812d1172 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 69f30b06130d..485712502737 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -19,7 +19,6 @@ #include -#include #include #include #include -- cgit