summaryrefslogtreecommitdiff
path: root/basegfx/IwyuFilter_basegfx.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-08 21:16:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-18 14:20:40 +0100
commit581ec73d0fe5ae09449f0f48d6e3aa7c255ac6c1 (patch)
treee3e1638850677c5b326e16d65ad692ad1a220c8d /basegfx/IwyuFilter_basegfx.yaml
parenta18bb779e03217db6e18ba6b8110289b4b3f101d (diff)
tdf#42949 Fix IWYU warnings in basegfx/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic8476ddc7805546f2f6f253f282ac976bb3b7bd6 Reviewed-on: https://gerrit.libreoffice.org/67699 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basegfx/IwyuFilter_basegfx.yaml')
-rw-r--r--basegfx/IwyuFilter_basegfx.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/basegfx/IwyuFilter_basegfx.yaml b/basegfx/IwyuFilter_basegfx.yaml
new file mode 100644
index 000000000000..460f5b6640d4
--- /dev/null
+++ b/basegfx/IwyuFilter_basegfx.yaml
@@ -0,0 +1,27 @@
+---
+assumeFilename: basegfx/source/point/b2dpoint.cxx
+blacklist:
+ basegfx/source/color/bcolortools.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/color/bcolortools.hxx
+ basegfx/source/polygon/b2dlinegeometry.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/polygon/b2dlinegeometry.hxx
+ basegfx/source/polygon/b3dpolypolygontools.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/polygon/b3dpolypolygontools.hxx
+ basegfx/source/polygon/b2dpolypolygoncutter.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/polygon/b2dpolypolygoncutter.hxx
+ basegfx/source/polygon/b3dpolygontools.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/polygon/b3dpolygontools.hxx
+ basegfx/source/range/b2drangeclipper.cxx:
+ # Needed to avoid loplugin:unreffun error
+ - basegfx/range/b2drangeclipper.hxx
+ basegfx/source/tools/canvastools.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/utils/canvastools.hxx
+ basegfx/source/tools/numbertools.cxx:
+ # Needed to inherit linker visibility from function declaration
+ - basegfx/utils/tools.hxx