summaryrefslogtreecommitdiff
path: root/helpcompiler/source/HelpLinker.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-22 00:07:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-30 09:00:54 +0200
commitc329a1c11299b999152b45343961e79e66be405a (patch)
treeb164982a21a7c36181c97bf298a8504169d3efef /helpcompiler/source/HelpLinker.cxx
parent69236a7aa17da34399e4d204ddb659d67a51fbf4 (diff)
tdf#42949 Fix IWYU warnings in helpcompiler/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie7e20c77a8035c0ee4f0316966d163b9cd7d11f2 Reviewed-on: https://gerrit.libreoffice.org/73006 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'helpcompiler/source/HelpLinker.cxx')
-rw-r--r--helpcompiler/source/HelpLinker.cxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index f32e242f0867..fc5894b080ad 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -20,20 +20,14 @@
#include <HelpCompiler.hxx>
#include <HelpLinker.hxx>
-#include <map>
+#include <algorithm>
+#include <fstream>
#include <string.h>
-#include <limits.h>
-#include <libxslt/xslt.h>
-#include <libxslt/xsltutils.h>
-#include <libxslt/functions.h>
-#include <libxslt/extensions.h>
+#include <libxslt/transform.h>
-#include <sal/main.h>
#include <sal/types.h>
-#include <osl/time.h>
-#include <rtl/bootstrap.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <sal/log.hxx>