summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 18:51:10 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 19:22:25 +1100
commit05ca2d70c6e16d0e506688d9934b6c9f2ee39147 (patch)
treebfd3d4cf4b8e33bd2ae06695da33456e8ec5c000 /vcl
parentaa5fe86a1149b5a33a3c203e92605da6197ea8ce (diff)
vcl: remove extraneous included headers in textrender.hxx
Change-Id: I865c48822c8e95c427318a4a26fb86a01b0df2b9
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/textlineinfo.hxx3
-rw-r--r--vcl/inc/textrender.hxx7
2 files changed, 1 insertions, 9 deletions
diff --git a/vcl/inc/textlineinfo.hxx b/vcl/inc/textlineinfo.hxx
index 807cdd60727a..a14d774b7a7a 100644
--- a/vcl/inc/textlineinfo.hxx
+++ b/vcl/inc/textlineinfo.hxx
@@ -20,9 +20,6 @@
#ifndef INCLUDED_VCL_INC_TEXTLINEINFO_HXX
#define INCLUDED_VCL_INC_TEXTLINEINFO_HXX
-#include <vcl/dllapi.h>
-#include <sal/types.h>
-
class ImplTextLineInfo
{
private:
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index edd60fbf2f60..483eff039fb5 100644
--- a/vcl/inc/textrender.hxx
+++ b/vcl/inc/textrender.hxx
@@ -20,13 +20,8 @@
#ifndef INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
#define INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX
-#include <sal/types.h>
-#include <vcl/salgtype.hxx>
-#include <vcl/vclenum.hxx>
-#include <vcl/metric.hxx>
#include "salgdi.hxx"
-#include "salglyphid.hxx"
-#include "fontsubset.hxx"
+
#include <config_cairo_canvas.h>
class ImplLayoutArgs;