From c0a3a9b72f9bddd0b0a2b0465d961c6d9584558b Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 2 Oct 2018 22:38:26 +0000 Subject: Remove unneeded cfgas_fontmgr.h includes. Fix IWYU issues in affected files. Change-Id: I92c145348549d2d0f0e066e134e649b3b958e068 Reviewed-on: https://pdfium-review.googlesource.com/c/43313 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- xfa/fgas/font/cfgas_gefont.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xfa/fgas') diff --git a/xfa/fgas/font/cfgas_gefont.h b/xfa/fgas/font/cfgas_gefont.h index 4c5d31c02d..fac6de9849 100644 --- a/xfa/fgas/font/cfgas_gefont.h +++ b/xfa/fgas/font/cfgas_gefont.h @@ -12,13 +12,14 @@ #include #include -#include "core/fxcrt/fx_memory.h" +#include "core/fxcrt/fx_coordinates.h" +#include "core/fxcrt/fx_system.h" #include "core/fxcrt/maybe_owned.h" #include "core/fxcrt/retain_ptr.h" #include "third_party/base/optional.h" #include "xfa/fgas/font/cfgas_fontmgr.h" -#include "xfa/fgas/font/cfgas_pdffontmgr.h" +class CFX_Font; class CFX_UnicodeEncodingEx; class CFGAS_GEFont final : public Retainable { -- cgit v1.2.3