| Index: core/fxge/ge/cfx_unicodeencodingex.cpp
|
| diff --git a/core/fxge/ge/cfx_unicodeencodingex.cpp b/core/fxge/ge/cfx_unicodeencodingex.cpp
|
| index 5ff5b03e507ea4e8cf3be86903e62f77094a4b5f..5bacba42bd5a507a2c1babba27e6e338cac54831 100644
|
| --- a/core/fxge/ge/cfx_unicodeencodingex.cpp
|
| +++ b/core/fxge/ge/cfx_unicodeencodingex.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fxge/include/cfx_unicodeencodingex.h"
|
| +#include "core/fxge/cfx_unicodeencodingex.h"
|
|
|
| #include "core/fpdfapi/fpdf_font/cpdf_font.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"
|
|
|
| namespace {
|
|
|
|
|