| Index: xfa/fwl/core/fwl_timerimp.cpp
|
| diff --git a/xfa/fwl/core/fwl_timerimp.cpp b/xfa/fwl/core/fwl_timerimp.cpp
|
| index 0fcbc24b01018ab79306d263c6323941da3533a5..a46469391d6747c1ec281fdb1d4a56352391c52b 100644
|
| --- a/xfa/fwl/core/fwl_timerimp.cpp
|
| +++ b/xfa/fwl/core/fwl_timerimp.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "xfa/fwl/core/ifwl_adaptertimermgr.h"
|
| #include "xfa/fwl/core/ifwl_app.h"
|
| #include "xfa/fwl/core/ifwl_timer.h"
|
| -#include "xfa/fxfa/include/xfa_ffapp.h"
|
| +#include "xfa/fxfa/xfa_ffapp.h"
|
|
|
| IFWL_TimerInfo* IFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) {
|
| CXFA_FFApp* pAdapterNative = FWL_GetAdapterNative();
|
|
|