| Index: core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp b/core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| similarity index 95%
|
| rename from core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| rename to core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| index 233c12c7ac5372f89256fa01b5056b92189f8eb7..93c9be6d554934a739b633f4d325dcda0ffff947 100644
|
| --- a/core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| +++ b/core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.h"
|
| +#include "core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.h"
|
|
|
| +#include "core/fpdfapi/fpdf_cmaps/cmap_int.h"
|
| +#include "core/fpdfapi/fpdf_font/font_int.h"
|
| #include "core/include/fpdfapi/fpdf_module.h"
|
| #include "core/include/fpdfapi/fpdf_resource.h"
|
| #include "core/include/fxcrt/fx_basic.h" // For FX_ArraySize().
|
| -#include "core/src/fpdfapi/fpdf_cmaps/cmap_int.h"
|
| -#include "core/src/fpdfapi/fpdf_font/font_int.h"
|
|
|
| static const FXCMAP_CMap g_FXCMAP_Japan1_cmaps[] = {
|
| {"83pv-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_83pv_RKSJ_H_1, 222,
|
|
|