office-gobmx/canvas/IwyuFilter_canvas.yaml
Gabor Kelemen 969b55d8da tdf#42949 Fix IWYU warnings in canvas/*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ie1f6fe98f4e8bc792f5eae1ccdd697c997707004
Reviewed-on: https://gerrit.libreoffice.org/81930
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-11-06 14:23:21 +01:00

35 lines
1.2 KiB
YAML

---
assumeFilename: canvas/source/cairo/cairo_canvas.cxx
blacklist:
canvas/source/cairo/cairo_cachedbitmap.cxx:
# Actually in use
- com/sun/star/rendering/XCanvas.hpp
canvas/source/cairo/cairo_spritecanvas.cxx:
# Needed for nested name specifier
- com/sun/star/awt/XTopWindow.hpp
# Complete type needed for return type
- basegfx/range/b2irange.hxx
canvas/source/cairo/cairo_spritecanvashelper.cxx:
# Needed for boost/polymorphic_cast.hpp
- boost/cast.hpp
canvas/source/opengl/ogl_canvastools.cxx:
# Actually in use
- com/sun/star/rendering/ARGBColor.hpp
canvas/source/opengl/ogl_spritedevicehelper.cxx:
# Needed for nested name specifier
- com/sun/star/awt/XTopWindow.hpp
canvas/source/opengl/ogl_texturecache.cxx:
# Actually in use
- com/sun/star/geometry/IntegerSize2D.hpp
canvas/source/tools/surface.cxx:
# Actually in use
- comphelper/scopeguard.hxx
canvas/source/vcl/cachedbitmap.cxx:
# Actually in use
- com/sun/star/rendering/XCanvas.hpp
canvas/source/vcl/spritecanvas.cxx:
# Actually in use
- com/sun/star/awt/XTopWindow.hpp
canvas/source/vcl/spritecanvashelper.cxx:
# Needed for boost/polymorphic_cast.hpp
- boost/cast.hpp