| Index: core/fxcrt/fx_basic_list.cpp
|
| diff --git a/core/src/fxcrt/fx_basic_list.cpp b/core/fxcrt/fx_basic_list.cpp
|
| similarity index 99%
|
| rename from core/src/fxcrt/fx_basic_list.cpp
|
| rename to core/fxcrt/fx_basic_list.cpp
|
| index 5944a2c4af1946bfe986a2c5ab7effff65092a71..e893773aad26d955a3c0b23e2ce7ee4029ad5933 100644
|
| --- a/core/src/fxcrt/fx_basic_list.cpp
|
| +++ b/core/fxcrt/fx_basic_list.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_PtrList::CFX_PtrList(int nBlockSize)
|
| : m_pNodeHead(NULL),
|
|
|