diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-07 15:53:50 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-07 15:53:50 -0700 |
commit | e300c8c32d7386b32e160a7ecc4483adea378a70 (patch) | |
tree | 8a8b7c5e28f82c8650698b464e4a4d0e69998860 /fpdfsdk/include/pdfwindow/PWL_Wnd.h | |
parent | 0415b381008dd0bcf2ed5da6f1371f1df396bc07 (diff) | |
download | pdfium-e300c8c32d7386b32e160a7ecc4483adea378a70.tar.xz |
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
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_Wnd.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Wnd.h | 12 |
1 files changed, 8 insertions, 4 deletions
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 |