summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/pdfwindow/PWL_Wnd.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-07 15:53:50 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-07 15:53:50 -0700
commite300c8c32d7386b32e160a7ecc4483adea378a70 (patch)
tree8a8b7c5e28f82c8650698b464e4a4d0e69998860 /fpdfsdk/include/pdfwindow/PWL_Wnd.h
parent0415b381008dd0bcf2ed5da6f1371f1df396bc07 (diff)
downloadpdfium-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.h12
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