| Index: core/fpdfapi/cmaps/GB1/cmaps_gb1.cpp
|
| diff --git a/core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp b/core/fpdfapi/cmaps/GB1/cmaps_gb1.cpp
|
| similarity index 96%
|
| rename from core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp
|
| rename to core/fpdfapi/cmaps/GB1/cmaps_gb1.cpp
|
| index 971a5c85127e31d384a0d78a945854bb1aeac7f5..9647eeeb1d22beb38e067cdc278acf252ff3fa44 100644
|
| --- a/core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp
|
| +++ b/core/fpdfapi/cmaps/GB1/cmaps_gb1.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.h"
|
| +#include "core/fpdfapi/cmaps/GB1/cmaps_gb1.h"
|
|
|
| +#include "core/fpdfapi/cmaps/cmap_int.h"
|
| #include "core/fpdfapi/cpdf_modulemgr.h"
|
| -#include "core/fpdfapi/fpdf_cmaps/cmap_int.h"
|
| #include "core/fpdfapi/fpdf_font/font_int.h"
|
| #include "core/fpdfapi/fpdf_page/cpdf_pagemodule.h"
|
| #include "core/fxcrt/fx_basic.h"
|
|
|