| Index: core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp b/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
|
| index 383284e6f92dc78409985b411364ec50e5fa40e9..452bf0eaa01652176a82065d50f0011e6b5932ad 100644
|
| --- a/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
|
| +++ b/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fpdfapi/fpdf_page.h"
|
| -#include "../../../include/fpdfapi/fpdf_serial.h"
|
| -#include "../../../include/fpdfapi/fpdf_module.h"
|
| #include "../fpdf_page/pageint.h"
|
| +#include "core/include/fpdfapi/fpdf_module.h"
|
| +#include "core/include/fpdfapi/fpdf_page.h"
|
| +#include "core/include/fpdfapi/fpdf_serial.h"
|
|
|
| CFX_ByteTextBuf& operator<<(CFX_ByteTextBuf& ar, CFX_AffineMatrix& matrix) {
|
| ar << matrix.a << " " << matrix.b << " " << matrix.c << " " << matrix.d << " "
|
|
|