summaryrefslogtreecommitdiff
path: root/vcl/IwyuFilter_vcl.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-10 12:30:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-13 09:22:08 +0200
commitb4c6ac332571ca054fabd3f7876d4c4b1b9df8bc (patch)
tree6cdf256ec3b9b18e6ad095bd25bd60474f35cb77 /vcl/IwyuFilter_vcl.yaml
parent9a18e4e0bfee4d29ee02258c70cc9edf4e7b086b (diff)
tdf#42949 Fix IWYU warnings in vcl/inc/*
Platform-specific subdirs are left alone: android, ios, osx, quartz, win Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icbb906b7fbc960240c73c56d3dae2a78b06a0f53 Reviewed-on: https://gerrit.libreoffice.org/73754 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/IwyuFilter_vcl.yaml')
-rw-r--r--vcl/IwyuFilter_vcl.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcl/IwyuFilter_vcl.yaml b/vcl/IwyuFilter_vcl.yaml
new file mode 100644
index 000000000000..180bfa2901e0
--- /dev/null
+++ b/vcl/IwyuFilter_vcl.yaml
@@ -0,0 +1,24 @@
+---
+assumeFilename: vcl/source/app/svapp.cxx
+blacklist:
+ vcl/inc/salusereventlist.hxx:
+ # Don't propose hxx -> h change in URE libs
+ - osl/thread.hxx
+ vcl/inc/headless/svpgdi.hxx:
+ # OSL_BIGENDIAN is being checked
+ - osl/endian.h
+ vcl/inc/headless/svpinst.hxx:
+ # Don't propose hxx -> h change in URE libs
+ - osl/thread.hxx
+ vcl/inc/opengl/RenderList.hxx:
+ # Don't replace with impl. details
+ - glm/glm.hpp
+ vcl/inc/opengl/VertexUtils.hxx:
+ # Don't replace with impl. details
+ - glm/gtx/norm.hpp
+ vcl/inc/unx/gendata.hxx:
+ # Don't propose hxx -> h change in URE libs
+ - osl/socket.hxx
+ vcl/inc/unx/saldisp.hxx:
+ # Don't replace with generated header
+ - epoxy/glx.h