diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 14:54:58 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 15:26:58 +1100 |
commit | 575d39c56feb2102ad3c68da960f6630c12baefa (patch) | |
tree | b1c8cca950ef20ee3b9371d2f37e151127e33768 | |
parent | 7785c201a7e60a69f04dbf90a32f5539bebd92e4 (diff) |
vcl: cleanup headers - remove unnecessary includes and fwd decls
Change-Id: Ib3cb2d905242d2a15935c074cb6d0634102de4e5
-rw-r--r-- | vcl/inc/fontattributes.hxx | 11 | ||||
-rw-r--r-- | vcl/inc/outfont.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/textlineinfo.hxx | 10 |
3 files changed, 2 insertions, 20 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index e8467f8786d0..a0a9e6db5357 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -20,22 +20,15 @@ #ifndef INCLUDED_VCL_INC_FONTATTRIBUTES_HXX #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX +#include <sal/types.h> #include <i18nlangtag/lang.h> -#include <vcl/dllapi.h> #include <unotools/fontdefs.hxx> +#include <vcl/dllapi.h> #include <vcl/vclenum.hxx> #include "fontselect.hxx" -#include <unordered_map> - -class PhysicalFontFace; -class ImplFontEntry; -class ImplFontCache; -namespace vcl { class Font; } -class ConvertChar; class OutputDevice; -class Size; class FontSelectPattern; class ImplFontAttributes diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 80ed4098ac0c..5049cadbaf3e 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -28,7 +28,6 @@ #include <unordered_map> -namespace vcl { class Font; } class ImplFontCache; class ConvertChar; diff --git a/vcl/inc/textlineinfo.hxx b/vcl/inc/textlineinfo.hxx index 9686deb2b27f..807cdd60727a 100644 --- a/vcl/inc/textlineinfo.hxx +++ b/vcl/inc/textlineinfo.hxx @@ -23,16 +23,6 @@ #include <vcl/dllapi.h> #include <sal/types.h> -#include <unordered_map> - -class PhysicalFontFace; -class ImplFontEntry; -class ImplFontCache; -namespace vcl { class Font; } -class ConvertChar; -class OutputDevice; -class Size; - class ImplTextLineInfo { private: |