| Index: core/fpdfapi/fpdf_font/font_int.h
|
| diff --git a/core/src/fpdfapi/fpdf_font/font_int.h b/core/fpdfapi/fpdf_font/font_int.h
|
| similarity index 97%
|
| rename from core/src/fpdfapi/fpdf_font/font_int.h
|
| rename to core/fpdfapi/fpdf_font/font_int.h
|
| index dc28010de37f5fd15904dacfddf647a355f0a33e..8ceefe353e866b70bf696861d0cb3d0b9df0a059 100644
|
| --- a/core/src/fpdfapi/fpdf_font/font_int.h
|
| +++ b/core/fpdfapi/fpdf_font/font_int.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
| -#define CORE_SRC_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
| +#define CORE_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -200,4 +200,4 @@ void FPDFAPI_LoadCID2UnicodeMap(CIDSet charset,
|
| const FX_WORD*& pMap,
|
| FX_DWORD& count);
|
|
|
| -#endif // CORE_SRC_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
| +#endif // CORE_FPDFAPI_FPDF_FONT_FONT_INT_H_
|
|
|