diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-20 00:33:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-27 10:06:51 +0200 |
commit | e8599a29c6540c05802d257671f3f4c572c73abc (patch) | |
tree | cf4169065c665505bbeeb7da1edefd5315bba2e9 /xmlhelp/source/cxxhelp/inc/qe | |
parent | e9e6d4b058e13165f3dde1ca7822eec97dfe8aa7 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/qe')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index c0aa93c87eb2..45eb6005730b 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX #define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX -#include <rtl/ref.hxx> -#include <rtl/ustring.hxx> -#include <vector> - namespace xmlsearch { namespace qe { |