| Index: core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h
 | 
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h b/core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h
 | 
| index b0ab376956da392a42b74e3c9611359168a0040d..7ac9f2cea04110662d61f0c905b88f15d1053aa0 100644
 | 
| --- a/core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h
 | 
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h
 | 
| @@ -8,8 +8,8 @@
 | 
|  #define CORE_FPDFAPI_FPDF_PAGE_INCLUDE_CPDF_PAGEOBJECTHOLDER_H_
 | 
|  
 | 
|  #include "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.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 IFX_Pause;
 | 
|  class CPDF_Dictionary;
 | 
| 
 |