From e300c8c32d7386b32e160a7ecc4483adea378a70 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 7 Apr 2015 15:53:50 -0700 Subject: Fix IWYU in pdfwindow/ directory. This also fixes some IWYU in dependent files. BUG=https://code.google.com/p/pdfium/issues/detail?id=66 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1068993002 --- fpdfsdk/include/pdfwindow/PWL_Wnd.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_Wnd.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_Wnd.h b/fpdfsdk/include/pdfwindow/PWL_Wnd.h index 51a3058993..8b766ec984 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Wnd.h +++ b/fpdfsdk/include/pdfwindow/PWL_Wnd.h @@ -7,15 +7,19 @@ #ifndef _PWL_WND_H_ #define _PWL_WND_H_ -class IPWL_Provider; -class CPWL_Wnd; +#include "../../../core/include/fxcrt/fx_basic.h" +#include "../../../core/include/fpdfdoc/fpdf_doc.h" +#include "../fx_systemhandler.h" + class CPWL_MsgControl; -class CPWL_Wnd; class CPWL_ScrollBar; class CPWL_Timer; class CPWL_TimerHandler; -class IPWL_SpellCheck; +class CPWL_Wnd; +class IFX_Edit_FontMap; class IFX_SystemHandler; +class IPWL_Provider; +class IPWL_SpellCheck; #ifdef FX_READER_DLL #ifdef PWL_EXPORT -- cgit v1.2.3