| Index: core/fpdfapi/fpdf_page/include/cpdf_pageobject.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_pageobject.h b/core/fpdfapi/fpdf_page/include/cpdf_pageobject.h
|
| index 2f55547b4716c048e58f71a41ba22558d869f7a4..8e7da81e907a564e2b9291c3722c3bd9e635cc37 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_pageobject.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_pageobject.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "core/fpdfapi/fpdf_page/cpdf_contentmark.h"
|
| #include "core/fpdfapi/fpdf_page/cpdf_graphicstates.h"
|
| -#include "core/include/fxcrt/fx_coordinates.h"
|
| -#include "core/include/fxcrt/fx_system.h"
|
| +#include "core/fxcrt/include/fx_coordinates.h"
|
| +#include "core/fxcrt/include/fx_system.h"
|
|
|
| class CPDF_TextObject;
|
| class CPDF_PathObject;
|
|
|