From 2cae3e26526a8aeef5744665589d1bfaf5efe6f3 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 26 Oct 2018 20:25:18 +0000 Subject: Forward declare a bunch of classes. Then do IWYU to fix up build errors. Move some implementations out of headers to allow more forward declarations. Change-Id: Idbeb978705a21cd6fb710ca9f5e99b4ea7d93ec5 Reviewed-on: https://pdfium-review.googlesource.com/c/44632 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- xfa/fgas/layout/cfx_txtbreak.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fgas/layout/cfx_txtbreak.h') diff --git a/xfa/fgas/layout/cfx_txtbreak.h b/xfa/fgas/layout/cfx_txtbreak.h index 63a6d93e87..be9ddb706d 100644 --- a/xfa/fgas/layout/cfx_txtbreak.h +++ b/xfa/fgas/layout/cfx_txtbreak.h @@ -11,11 +11,12 @@ #include #include "core/fxcrt/cfx_char.h" -#include "core/fxge/cfx_renderdevice.h" +#include "core/fxcrt/fx_coordinates.h" #include "xfa/fgas/layout/cfx_break.h" class CFDE_TextEditEngine; class CFGAS_GEFont; +class FXTEXT_CHARPOS; struct FDE_TEXTEDITPIECE; #define FX_TXTCHARSTYLE_ArabicShadda 0x0020 -- cgit v1.2.3