diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-08-14 15:51:56 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-08-23 08:06:43 +0200 |
commit | fabb63ff5f2b626724517e4a9ab1739e7956a37e (patch) | |
tree | 17cb6d130f91e0e1e57a9520c739176a1e0db892 /vcl/inc/impfont.hxx | |
parent | 7c15750cecea2aeb05653c0ee67b933d969b1f0b (diff) |
tdf#146619 Remove unused includes from vcl/inc
Change-Id: I8fbe02547d5045cfdb5021720b10ddd10106209a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155750
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 08a1fd558ca1..1e697b9ee3d1 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -27,6 +27,7 @@ #include <tools/gen.hxx> #include <i18nlangtag/languagetag.hxx> #include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> /* The following class is extraordinarily similar to FontAttributes. */ |