| Index: core/fpdfapi/fpdf_cmaps/cmap_int.h
|
| diff --git a/core/fpdfapi/fpdf_cmaps/cmap_int.h b/core/fpdfapi/fpdf_cmaps/cmap_int.h
|
| index 573543237143c6684148c0d5992f08c6aea5b48d..40fea04953a539be25497b545c9835a11994f317 100644
|
| --- a/core/fpdfapi/fpdf_cmaps/cmap_int.h
|
| +++ b/core/fpdfapi/fpdf_cmaps/cmap_int.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef CORE_FPDFAPI_FPDF_CMAPS_CMAP_INT_H_
|
| #define CORE_FPDFAPI_FPDF_CMAPS_CMAP_INT_H_
|
|
|
| -#include "core/fxcrt/include/fx_string.h"
|
| -#include "core/fxcrt/include/fx_system.h"
|
| +#include "core/fxcrt/fx_string.h"
|
| +#include "core/fxcrt/fx_system.h"
|
|
|
| struct FXCMAP_CMap {
|
| enum MapType { None, Single, Range, Reverse };
|
|
|