| Index: core/fxcrt/fx_extension.cpp
 | 
| diff --git a/core/fxcrt/fx_extension.cpp b/core/fxcrt/fx_extension.cpp
 | 
| index ef284a2357d235aaab5f000b2d6dc515fb3dcd7e..99190859b84ac9a3d293622df9fc96ebe561d85e 100644
 | 
| --- a/core/fxcrt/fx_extension.cpp
 | 
| +++ b/core/fxcrt/fx_extension.cpp
 | 
| @@ -5,8 +5,8 @@
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
|  #include "core/fxcrt/extension.h"
 | 
| -#include "core/include/fxcrt/fx_basic.h"
 | 
| -#include "core/include/fxcrt/fx_ext.h"
 | 
| +#include "core/fxcrt/include/fx_basic.h"
 | 
| +#include "core/fxcrt/include/fx_ext.h"
 | 
|  
 | 
|  #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
 | 
|  #include <wincrypt.h>
 | 
| 
 |