| Index: core/src/fxge/ge/fx_ge_ps.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_ps.cpp b/core/src/fxge/ge/fx_ge_ps.cpp
|
| index dacec0455c08b3f3e5ceac6b391a21ec9d4831a4..018a6005e385c47ed97339bd105d218e539f3fc9 100644
|
| --- a/core/src/fxge/ge/fx_ge_ps.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_ps.cpp
|
| @@ -4,9 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxge/fx_ge.h"
|
| -#include "../../../include/fxcodec/fx_codec.h"
|
| +#include "core/include/fxge/fx_ge.h"
|
| +#include "core/include/fxcodec/fx_codec.h"
|
| #include "text_int.h"
|
| +
|
| struct PSGlyph {
|
| CFX_Font* m_pFont;
|
| FX_DWORD m_GlyphIndex;
|
|
|