| Index: core/fxcrt/fx_basic_list.cpp
|
| diff --git a/core/fxcrt/fx_basic_list.cpp b/core/fxcrt/fx_basic_list.cpp
|
| index e893773aad26d955a3c0b23e2ce7ee4029ad5933..02afd471124acc57734c9f4c389d9cf60f93498e 100644
|
| --- a/core/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/include/fx_basic.h"
|
| #include "core/fxcrt/plex.h"
|
| -#include "core/include/fxcrt/fx_basic.h"
|
|
|
| CFX_PtrList::CFX_PtrList(int nBlockSize)
|
| : m_pNodeHead(NULL),
|
|
|