summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-05 01:00:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-16 09:48:56 +0200
commitecbe359df7d6842d232f0718dcaf004632bb39da (patch)
treee30cf2729c36126f45af807b81fa3a504d668c87 /vcl/unx/generic/gdi/cairotextrender.cxx
parentb21be80c403abefa40cf9056d46b8c8e8d69a8ac (diff)
tdf#42949 Fix IWYU warnings in vcl/unx/generic/*
Also recheck vcl/inc/unx/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6e91c51892063b0ae6fe571753c4924f2481f3c2 Reviewed-on: https://gerrit.libreoffice.org/78618 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/unx/generic/gdi/cairotextrender.cxx')
-rw-r--r--vcl/unx/generic/gdi/cairotextrender.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx b/vcl/unx/generic/gdi/cairotextrender.cxx
index 0b24cbf32d63..3b1c7f24f01a 100644
--- a/vcl/unx/generic/gdi/cairotextrender.cxx
+++ b/vcl/unx/generic/gdi/cairotextrender.cxx
@@ -19,7 +19,6 @@
#include <unx/cairotextrender.hxx>
-#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/settings.hxx>
#include <vcl/sysdata.hxx>
@@ -27,14 +26,12 @@
#include <vcl/fontcharmap.hxx>
#include <sal/log.hxx>
-#include <unx/printergfx.hxx>
#include <unx/genpspgraphics.h>
#include <unx/geninst.h>
#include <unx/glyphcache.hxx>
#include <unx/fc_fontoptions.hxx>
#include <unx/freetype_glyphcache.hxx>
#include <PhysicalFontFace.hxx>
-#include <impfont.hxx>
#include <impfontmetricdata.hxx>
#include <cairo.h>