| Index: xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
 | 
| diff --git a/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp b/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
 | 
| index 577ff07909ccf9151c6bd73d2d285c005e199bee..866d6a6a08a6f7efe1e9cccefc613da1e707014d 100644
 | 
| --- a/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
 | 
| +++ b/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
 | 
| @@ -5,11 +5,11 @@
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
|  #include "xfa/src/foxitlib.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_targetimp.h"
 | 
| +#include "xfa/src/fwl/src/core/include/fwl_appimp.h"
 | 
|  #include "xfa/src/fwl/src/core/include/fwl_noteimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h"
 | 
| +#include "xfa/src/fwl/src/core/include/fwl_targetimp.h"
 | 
|  #include "xfa/src/fwl/src/core/include/fwl_threadimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_appimp.h"
 | 
| +#include "xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h"
 | 
|  
 | 
|  FX_BOOL FWL_UseOffscreen(IFWL_Widget* pWidget) {
 | 
|  #if (_FX_OS_ == _FX_MACOSX_)
 | 
| 
 |