diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 13:59:43 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-07 03:56:06 +0000 |
commit | 7aeb2e8c42cd7d0850aaf33a8a8b4d88c173047f (patch) | |
tree | 4f0fc76226f8ce25c902a7f9c8c6f2029c9adb48 /vcl/inc/fontattributes.hxx | |
parent | 4a4a31ff64ce7d4f9687fa309f8be71715cd0a94 (diff) |
vcl: remove unnecessary includes in font headers
Change-Id: Idb18436c578ae6d745bb2177688cb3f5435df7a2
Reviewed-on: https://gerrit.libreoffice.org/21177
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/fontattributes.hxx')
-rw-r--r-- | vcl/inc/fontattributes.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 1ce7a4ab29d0..a958d04d2829 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -20,15 +20,13 @@ #ifndef INCLUDED_VCL_INC_FONTSELECT_HXX #define INCLUDED_VCL_INC_FONTSELECT_HXX -#include <rtl/ustring.hxx> -#include <sal/log.hxx> -#include <sal/types.h> #include <i18nlangtag/lang.h> -#include <tools/solar.h> #include <vcl/dllapi.h> #include <unotools/fontdefs.hxx> #include <vcl/vclenum.hxx> +#include "outfont.hxx" + #include <unordered_map> class PhysicalFontFace; |