From e73c5ceb8176dfd92138780f640ac193f1c0ea30 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 25 Feb 2016 13:38:37 -0500 Subject: Remove include only fwl.h and IWYU. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1735833003 . --- xfa/include/fwl/core/fwl_app.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xfa/include/fwl/core/fwl_app.h') diff --git a/xfa/include/fwl/core/fwl_app.h b/xfa/include/fwl/core/fwl_app.h index 9bfb519d88..ca771432db 100644 --- a/xfa/include/fwl/core/fwl_app.h +++ b/xfa/include/fwl/core/fwl_app.h @@ -7,7 +7,9 @@ #ifndef XFA_INCLUDE_FWL_CORE_FWL_APP_H_ #define XFA_INCLUDE_FWL_CORE_FWL_APP_H_ -class IFWL_NoteThread; +#include "core/include/fxcrt/fx_string.h" +#include "xfa/include/fwl/core/fwl_thread.h" + class IFWL_AdapterNative; class IFWL_Widget; class IFWL_WidgetMgr; -- cgit v1.2.3