summaryrefslogtreecommitdiff
path: root/include/vcl/vcllayout.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-09 23:12:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-10 10:15:00 +0200
commitdab764b70855c884cdd1583911b68031635c0f10 (patch)
tree435aee6d856a21afdf954d420109853b53bd98f7 /include/vcl/vcllayout.hxx
parentaabafa92a5d66a9d706125b88bfca55fd3ca6473 (diff)
tdf#42949 Fix IWYU warnings in include/vcl
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. There were some changes since last run and some omitted files Change-Id: I666ac8ed7d06684e252ca590e3d7d454e9e10975 Reviewed-on: https://gerrit.libreoffice.org/70497 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/vcllayout.hxx')
-rw-r--r--include/vcl/vcllayout.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx
index 0c32b71d5197..c1d2db0bf152 100644
--- a/include/vcl/vcllayout.hxx
+++ b/include/vcl/vcllayout.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_VCL_VCLLAYOUT_HXX
#define INCLUDED_VCL_VCLLAYOUT_HXX
-#include <memory>
-
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <tools/gen.hxx>
#include <vcl/devicecoordinate.hxx>
@@ -33,11 +31,6 @@ class SalGraphics;
struct GlyphItem;
class SalLayoutGlyphs;
-namespace vcl
-{
- class TextLayoutCache;
-}
-
// all positions/widths are in font units
// one exception: drawposition is in pixel units