| Index: core/fpdfapi/fpdf_page/include/cpdf_textobject.h
 | 
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_textobject.h b/core/fpdfapi/fpdf_page/include/cpdf_textobject.h
 | 
| index 9aaa2f0160722d3fe2734a4bc50fd14531343a47..bb268c1446f5ee34f384d2f597786cb6dc9dc507 100644
 | 
| --- a/core/fpdfapi/fpdf_page/include/cpdf_textobject.h
 | 
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_textobject.h
 | 
| @@ -8,8 +8,8 @@
 | 
|  #define CORE_FPDFAPI_FPDF_PAGE_INCLUDE_CPDF_TEXTOBJECT_H_
 | 
|  
 | 
|  #include "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h"
 | 
| -#include "core/include/fxcrt/fx_string.h"
 | 
| -#include "core/include/fxcrt/fx_system.h"
 | 
| +#include "core/fxcrt/include/fx_string.h"
 | 
| +#include "core/fxcrt/include/fx_system.h"
 | 
|  
 | 
|  struct CPDF_TextObjectItem {
 | 
|    FX_DWORD m_CharCode;
 | 
| 
 |