| Index: xfa/src/fwl/src/core/fwl_appimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_appimp.cpp b/xfa/src/fwl/src/core/fwl_appimp.cpp
|
| index aced5e66c6362d769652de29e8183bb855e063e5..6d71825d5f772433f64642841a7af2bd03d3c74d 100644
|
| --- a/xfa/src/fwl/src/core/fwl_appimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_appimp.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_appimp.h"
|
| +#include "xfa/src/fwl/src/core/include/fwl_noteimp.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_noteimp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h"
|
| -#include "xfa/src/fwl/src/core/include/fwl_appimp.h"
|
|
|
| IFWL_App* IFWL_App::Create(IFWL_AdapterNative* pAdapter) {
|
| IFWL_App* pApp = new IFWL_App;
|
|
|