summaryrefslogtreecommitdiffstats
path: root/helpcompiler/IwyuFilter_helpcompiler.yaml
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/IwyuFilter_helpcompiler.yaml
parentxmloff: create XMLDrawContentImportOasis instances with an uno constructor (diff)
downloadcore-c329a1c11299b999152b45343961e79e66be405a.tar.gz
core-c329a1c11299b999152b45343961e79e66be405a.zip
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/IwyuFilter_helpcompiler.yaml')
-rw-r--r--helpcompiler/IwyuFilter_helpcompiler.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/helpcompiler/IwyuFilter_helpcompiler.yaml b/helpcompiler/IwyuFilter_helpcompiler.yaml
new file mode 100644
index 000000000000..e54447499c7c
--- /dev/null
+++ b/helpcompiler/IwyuFilter_helpcompiler.yaml
@@ -0,0 +1,20 @@
+---
+assumeFilename: helpcompiler/source/HelpCompiler.cxx
+blacklist:
+ helpcompiler/inc/HelpCompiler.hxx:
+ # Needed on WIN32
+ - o3tl/char16_t2wchar_t.hxx
+ helpcompiler/source/LuceneHelper.hxx:
+ # Better to keep the generic header, MSVC problem
+ - CLucene.h
+ helpcompiler/source/HelpIndexer.cxx:
+ # Better to keep the generic, details are order-sensitive
+ - CLucene.h
+ helpcompiler/source/HelpSearch.cxx:
+ # Better to keep the generic, details are order-sensitive
+ - CLucene.h
+ # Don't propose hxx -> h change in URE libs
+ - osl/thread.hxx
+ helpcompiler/source/HelpLinker.cxx:
+ # Needed on WIN32
+ - o3tl/char16_t2wchar_t.hxx