diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 10:20:15 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 10:20:15 +1100 |
commit | c6faaf6ee3f026ae95724a35a103f451c750955f (patch) | |
tree | 85cebc2afa11c4fedc80a4b8603acefad0691df0 /vcl | |
parent | 3a0d7c93f80a6adbbd7dce8b9eeb82270b2a89aa (diff) |
vcl: cleanup - remove unnecessary includes and fwd decls
Change-Id: I031516292a9cc1f47fe193df5f5d98273dc003af
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/fontattributes.hxx | 8 | ||||
-rw-r--r-- | vcl/inc/fontselect.hxx | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 63ab8c3d5757..2c1a42df7dea 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -20,17 +20,9 @@ #ifndef INCLUDED_VCL_INC_FONTATTRIBUTES_HXX #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX -#include <sal/types.h> -#include <i18nlangtag/lang.h> #include <unotools/fontdefs.hxx> -#include <vcl/dllapi.h> #include <vcl/vclenum.hxx> -#include "fontselect.hxx" - -class OutputDevice; -class FontSelectPattern; - class FontAttributes { public: diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx index 145989f8de75..a3908fd5cb6f 100644 --- a/vcl/inc/fontselect.hxx +++ b/vcl/inc/fontselect.hxx @@ -20,7 +20,8 @@ #ifndef INCLUDED_VCL_INC_FONTSELECT_HXX #define INCLUDED_VCL_INC_FONTSELECT_HXX -#include <vcl/dllapi.h> +#include <i18nlangtag/lang.h> + #include "fontattributes.hxx" #include <unordered_map> |