| Index: xfa/fwl/lightwidget/app.cpp
 | 
| diff --git a/xfa/fwl/lightwidget/app.cpp b/xfa/fwl/lightwidget/app.cpp
 | 
| index ca6462a2a6c07ff976f493b7a2081269a88aa49e..1d5b7d6f8fdc182b57aabff1d40e7edad3f90b2b 100644
 | 
| --- a/xfa/fwl/lightwidget/app.cpp
 | 
| +++ b/xfa/fwl/lightwidget/app.cpp
 | 
| @@ -7,8 +7,8 @@
 | 
|  #include "xfa/include/fwl/lightwidget/app.h"
 | 
|  
 | 
|  #include "core/fxcrt/include/fx_coordinates.h"
 | 
| -#include "xfa/include/fwl/core/fwl_app.h"
 | 
| -#include "xfa/include/fwl/core/fwl_error.h"
 | 
| +#include "xfa/fwl/core/fwl_error.h"
 | 
| +#include "xfa/fwl/core/ifwl_app.h"
 | 
|  #include "xfa/include/fwl/lightwidget/theme.h"
 | 
|  
 | 
|  CFWL_App::CFWL_App() : m_pIface(IFWL_App::Create(nullptr)), m_pTheme(nullptr) {}
 | 
| 
 |