From 8067be0721462079c1d91bff9865ba07bfc56b5a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 19 Nov 2018 01:06:09 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a Reviewed-on: https://gerrit.libreoffice.org/63826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- canvas/source/vcl/devicehelper.cxx | 1 + canvas/source/vcl/spritedevicehelper.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'canvas') diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx index 4f5b2649a122..b1a9f61275f9 100644 --- a/canvas/source/vcl/devicehelper.cxx +++ b/canvas/source/vcl/devicehelper.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index eb9dd0972b98..a31f1af7f24c 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include "canvasbitmap.hxx" #include "spritecanvas.hxx" -- cgit