diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-15 09:52:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-02 09:12:51 +0200 |
commit | d00ee2cb0dce84173c035cf89f332c150dd02d00 (patch) | |
tree | 50417e1b542ca8ccf76e5e5ca4399590a140c734 /vcl/inc/impfontcache.hxx | |
parent | 599ae1151bf893491db7ad983d64c77521c3ae9d (diff) |
tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I386e913f9002eed164c26137a0e184993d010b86
Reviewed-on: https://gerrit.libreoffice.org/74090
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/inc/impfontcache.hxx')
-rw-r--r-- | vcl/inc/impfontcache.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/impfontcache.hxx b/vcl/inc/impfontcache.hxx index df0dc0c61344..7e752da1fe5e 100644 --- a/vcl/inc/impfontcache.hxx +++ b/vcl/inc/impfontcache.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_VCL_INC_IMPFONTCACHE_HXX #define INCLUDED_VCL_INC_IMPFONTCACHE_HXX -#include <unordered_map> #include <boost/functional/hash.hpp> +#include <rtl/ref.hxx> #include <o3tl/lru_map.hxx> #include <tools/gen.hxx> -#include <vcl/vcllayout.hxx> +#include <vcl/glyphitem.hxx> #include "fontselect.hxx" |