| Index: core/fpdfapi/fpdf_parser/cpdf_object.h
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_object.h b/core/fpdfapi/fpdf_parser/cpdf_object.h
|
| index f46741546c88864e5eacc25fadde6dc01770aa6e..7077bc190b55329bf110ece0c9fe1c8190541166 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_object.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_object.h
|
| @@ -10,8 +10,8 @@
|
| #include <memory>
|
| #include <set>
|
|
|
| -#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"
|
|
|
| class CPDF_Array;
|
| class CPDF_Boolean;
|
|
|