| Index: xfa/src/fwl/src/core/fwl_timerimp.cpp
 | 
| diff --git a/xfa/src/fwl/src/core/fwl_timerimp.cpp b/xfa/src/fwl/src/core/fwl_timerimp.cpp
 | 
| index a013f0a1e70eda00683474955fbc9cc95e639d7b..945a7e39cb1acfdea067a91e5d373569787af663 100644
 | 
| --- a/xfa/src/fwl/src/core/fwl_timerimp.cpp
 | 
| +++ b/xfa/src/fwl/src/core/fwl_timerimp.cpp
 | 
| @@ -5,9 +5,9 @@
 | 
|  // 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_targetimp.h"
 | 
|  #include "xfa/src/fwl/src/core/include/fwl_threadimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_appimp.h"
 | 
|  FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer,
 | 
|                            FX_DWORD dwElapse,
 | 
|                            FX_BOOL bImmediately) {
 | 
| 
 |