| Index: core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp b/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
|
| index 252a4d6e4fef7946baed84af6d7b804284db97db..cbae49692001482614a319647ea9d82a1ace20e6 100644
|
| --- a/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
|
| +++ b/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
|
| @@ -4,11 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fpdfapi/fpdf_resource.h"
|
| -#include "../../../include/fpdfapi/fpdf_module.h"
|
| -#include "../fpdf_font/font_int.h"
|
| #include "cmap_int.h"
|
|
|
| +#include "../fpdf_font/font_int.h"
|
| +#include "core/include/fpdfapi/fpdf_module.h"
|
| +#include "core/include/fpdfapi/fpdf_resource.h"
|
| +
|
| void FPDFAPI_FindEmbeddedCMap(const char* name,
|
| int charset,
|
| int coding,
|
|
|