| Index: core/fxcrt/fx_unicode.cpp
|
| diff --git a/core/fxcrt/fx_unicode.cpp b/core/fxcrt/fx_unicode.cpp
|
| index d042283a3274bdbf84f9e1cd6ccc8649c8142fc1..cfc24b5a0eb0c4fc4eeb7249d6f3214c1bf2503f 100644
|
| --- a/core/fxcrt/fx_unicode.cpp
|
| +++ b/core/fxcrt/fx_unicode.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fxcrt/include/fx_ucd.h"
|
| +#include "core/fxcrt/fx_ucd.h"
|
|
|
| uint32_t FX_GetUnicodeProperties(FX_WCHAR wch) {
|
| size_t idx = static_cast<size_t>(wch);
|
|
|