From 969b55d8da528ea6295e5e9c56fae595bf3bd4ba Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 2 Nov 2019 11:49:52 +0100 Subject: 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 --- canvas/source/vcl/textlayout.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'canvas/source/vcl/textlayout.cxx') diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx index 555f9445ba2d..ab4a0084dc89 100644 --- a/canvas/source/vcl/textlayout.cxx +++ b/canvas/source/vcl/textlayout.cxx @@ -36,7 +36,6 @@ #include -#include "impltools.hxx" #include "textlayout.hxx" #include -- cgit