| Index: core/fpdfapi/fpdf_parser/cpdf_document.h
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_document.h b/core/fpdfapi/fpdf_parser/cpdf_document.h
|
| index 46b4d7881b2ff9844267f1300a3e4861a4b5b0a2..9ae43f7e03f15740873fabf57ce78677c7393ecd 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_document.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_document.h
|
| @@ -13,9 +13,9 @@
|
| #include "core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.h"
|
| #include "core/fpdfapi/fpdf_parser/cpdf_object.h"
|
| #include "core/fpdfdoc/cpdf_linklist.h"
|
| -#include "core/fxcrt/include/cfx_string_pool_template.h"
|
| -#include "core/fxcrt/include/cfx_weak_ptr.h"
|
| -#include "core/fxcrt/include/fx_basic.h"
|
| +#include "core/fxcrt/cfx_string_pool_template.h"
|
| +#include "core/fxcrt/cfx_weak_ptr.h"
|
| +#include "core/fxcrt/fx_basic.h"
|
|
|
| class CFX_Font;
|
| class CFX_Matrix;
|
|
|