summaryrefslogtreecommitdiff
path: root/vcl/inc/fontinstance.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-10 12:30:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-13 09:22:08 +0200
commitb4c6ac332571ca054fabd3f7876d4c4b1b9df8bc (patch)
tree6cdf256ec3b9b18e6ad095bd25bd60474f35cb77 /vcl/inc/fontinstance.hxx
parent9a18e4e0bfee4d29ee02258c70cc9edf4e7b086b (diff)
tdf#42949 Fix IWYU warnings in vcl/inc/*
Platform-specific subdirs are left alone: android, ios, osx, quartz, win Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icbb906b7fbc960240c73c56d3dae2a78b06a0f53 Reviewed-on: https://gerrit.libreoffice.org/73754 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/inc/fontinstance.hxx')
-rw-r--r--vcl/inc/fontinstance.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx
index a0f700c925fc..7c4c6d371804 100644
--- a/vcl/inc/fontinstance.hxx
+++ b/vcl/inc/fontinstance.hxx
@@ -23,17 +23,17 @@
#include "fontselect.hxx"
#include "impfontmetricdata.hxx"
+#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <rtl/ref.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <tools/gen.hxx>
#include <tools/fontenum.hxx>
#include <vcl/glyphitem.hxx>
-#include <vcl/vcllayout.hxx>
#include <unordered_map>
#include <memory>
-#include <hb-ot.h>
+#include <hb.h>
class ConvertChar;
class ImplFontCache;