| Index: core/fpdfapi/fpdf_page/include/cpdf_clippath.h
 | 
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_clippath.h b/core/fpdfapi/fpdf_page/include/cpdf_clippath.h
 | 
| index 4631e8266abf3ae07bff23809bee929a9e9004e8..e265cd4ce047b751284f6525808fb99b1fee3785 100644
 | 
| --- a/core/fpdfapi/fpdf_page/include/cpdf_clippath.h
 | 
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_clippath.h
 | 
| @@ -9,9 +9,9 @@
 | 
|  
 | 
|  #include "core/fpdfapi/fpdf_page/cpdf_clippathdata.h"
 | 
|  #include "core/fpdfapi/fpdf_page/include/cpdf_path.h"
 | 
| -#include "core/include/fxcrt/fx_basic.h"
 | 
| -#include "core/include/fxcrt/fx_coordinates.h"
 | 
| -#include "core/include/fxcrt/fx_system.h"
 | 
| +#include "core/fxcrt/include/fx_basic.h"
 | 
| +#include "core/fxcrt/include/fx_coordinates.h"
 | 
| +#include "core/fxcrt/include/fx_system.h"
 | 
|  
 | 
|  class CPDF_TextObject;
 | 
|  
 | 
| 
 |