| Index: core/fxcrt/fx_basic_maps.cpp
|
| diff --git a/core/src/fxcrt/fx_basic_maps.cpp b/core/fxcrt/fx_basic_maps.cpp
|
| similarity index 99%
|
| rename from core/src/fxcrt/fx_basic_maps.cpp
|
| rename to core/fxcrt/fx_basic_maps.cpp
|
| index 60d75b610c844bf98352f6f92a799660985be02f..eb4f2868f52683a973356d1f55a81f19ea9c93fa 100644
|
| --- a/core/src/fxcrt/fx_basic_maps.cpp
|
| +++ b/core/fxcrt/fx_basic_maps.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "core/fxcrt/plex.h"
|
| #include "core/include/fxcrt/fx_basic.h"
|
| -#include "core/src/fxcrt/plex.h"
|
|
|
| CFX_MapPtrToPtr::CFX_MapPtrToPtr(int nBlockSize)
|
| : m_pHashTable(NULL),
|
|
|