| Index: core/fxcrt/fx_extension.cpp
|
| diff --git a/core/src/fxcrt/fx_extension.cpp b/core/fxcrt/fx_extension.cpp
|
| similarity index 99%
|
| rename from core/src/fxcrt/fx_extension.cpp
|
| rename to core/fxcrt/fx_extension.cpp
|
| index 09414cb0c0d17fdcdd16353452a49b6f3ab840c7..ef284a2357d235aaab5f000b2d6dc515fb3dcd7e 100644
|
| --- a/core/src/fxcrt/fx_extension.cpp
|
| +++ b/core/fxcrt/fx_extension.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // 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/src/fxcrt/extension.h"
|
|
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
|
| #include <wincrypt.h>
|
|
|