From 2a962cb122f796aef9a10252ab224f5cd70569cf Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 4 Oct 2018 09:07:36 +0200 Subject: tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I04c5ba277d5b3398c07de6ae66713d977636088d Reviewed-on: https://gerrit.libreoffice.org/61347 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- drawinglayer/source/primitive2d/controlprimitive2d.cxx | 1 + drawinglayer/source/primitive2d/textlayoutdevice.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'drawinglayer') diff --git a/drawinglayer/source/primitive2d/controlprimitive2d.cxx b/drawinglayer/source/primitive2d/controlprimitive2d.cxx index a6295406d967..4de6279cb60d 100644 --- a/drawinglayer/source/primitive2d/controlprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/controlprimitive2d.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx index ccef3e685cbb..132b98f0921f 100644 --- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx +++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx @@ -32,6 +32,7 @@ #include #include #include +#include // VDev RevDevice provider -- cgit