| Index: core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp
 | 
| diff --git a/core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp b/core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp
 | 
| index 8656b72023b0676d3347ac6d159da309b276d57d..1e82642c12999ad1106587de09d8a83a5a21ca43 100644
 | 
| --- a/core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp
 | 
| +++ b/core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp
 | 
| @@ -4,12 +4,13 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#include "../../../include/fpdfapi/fpdf_page.h"
 | 
| -#include "../../../include/fpdfapi/fpdf_module.h"
 | 
| -#include "../../../include/fdrm/fx_crypt.h"
 | 
| -#include "../fpdf_font/font_int.h"
 | 
|  #include "pageint.h"
 | 
|  
 | 
| +#include "../fpdf_font/font_int.h"
 | 
| +#include "core/include/fdrm/fx_crypt.h"
 | 
| +#include "core/include/fpdfapi/fpdf_module.h"
 | 
| +#include "core/include/fpdfapi/fpdf_page.h"
 | 
| +
 | 
|  class CPDF_PageModule : public IPDF_PageModule {
 | 
|   public:
 | 
|    CPDF_PageModule()
 | 
| 
 |