| Index: core/fxge/ge/cfx_unicodeencoding.cpp
|
| diff --git a/core/fxge/ge/cfx_unicodeencoding.cpp b/core/fxge/ge/cfx_unicodeencoding.cpp
|
| index 456c2f5d491cc1c9fed4376957d3b221387bee97..cba67ba35466e1bdf305df9e0bd1ba7cfffff0a0 100644
|
| --- a/core/fxge/ge/cfx_unicodeencoding.cpp
|
| +++ b/core/fxge/ge/cfx_unicodeencoding.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fxge/include/cfx_unicodeencoding.h"
|
| +#include "core/fxge/cfx_unicodeencoding.h"
|
|
|
| -#include "core/fxge/include/fx_font.h"
|
| -#include "core/fxge/include/fx_freetype.h"
|
| +#include "core/fxge/fx_font.h"
|
| +#include "core/fxge/fx_freetype.h"
|
|
|
| CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {}
|
|
|
|
|