| Index: core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| similarity index 99%
|
| rename from core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| rename to core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| index 84464fcff2ddceda7a9f84a000eb06d7ff11f16c..012b152498677293eed4637cb6fa1d355d675c9d 100644
|
| --- a/core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.h"
|
| +#include "core/fpdfapi/fpdf_parser/cpdf_hint_tables.h"
|
|
|
| -#include "core/include/fxcrt/fx_safe_types.h"
|
| +#include "core/fpdfapi/fpdf_parser/cpdf_data_avail.h"
|
| #include "core/include/fpdfapi/cpdf_array.h"
|
| #include "core/include/fpdfapi/cpdf_dictionary.h"
|
| #include "core/include/fpdfapi/cpdf_stream.h"
|
| -#include "core/src/fpdfapi/fpdf_parser/cpdf_data_avail.h"
|
| +#include "core/include/fxcrt/fx_safe_types.h"
|
|
|
| namespace {
|
|
|
|
|