| Index: core/src/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_text.cpp b/core/src/fxge/ge/fx_ge_text.cpp
|
| index 2b8128dde0ef82ba3c62b1646a34019a3b96f7c1..a8e7bb8c3cd88efb53263bd09afe7aadd27aecc1 100644
|
| --- a/core/src/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_text.cpp
|
| @@ -4,10 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxge/fx_ge.h"
|
| -#include "../../../include/fxge/fx_freetype.h"
|
| -#include "../../../include/fxcodec/fx_codec.h"
|
| +#include "core/include/fxge/fx_ge.h"
|
| +#include "core/include/fxge/fx_freetype.h"
|
| +#include "core/include/fxcodec/fx_codec.h"
|
| #include "text_int.h"
|
| +
|
| #undef FX_GAMMA
|
| #undef FX_GAMMA_INVERSE
|
| #define FX_GAMMA(value) (value)
|
|
|