| Index: core/fpdfapi/fpdf_page/include/cpdf_pathobject.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_pathobject.h b/core/fpdfapi/fpdf_page/include/cpdf_pathobject.h
|
| index 30df0c2937d8bb3abfa32957f8b6efb23b397e68..296cdf8317e7afcb6a3e97f5d0408f70482531a9 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_pathobject.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_pathobject.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h"
|
| #include "core/fpdfapi/fpdf_page/include/cpdf_path.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_PathObject : public CPDF_PageObject {
|
| public:
|
|
|