| Index: fpdfsdk/src/fpdfview.cpp
|
| diff --git a/fpdfsdk/src/fpdfview.cpp b/fpdfsdk/src/fpdfview.cpp
|
| index 2cc9dded46a94cc79698b61f6830b144aa0e27dc..3d26efa11cd9a943e83b220d981680e02790f32d 100644
|
| --- a/fpdfsdk/src/fpdfview.cpp
|
| +++ b/fpdfsdk/src/fpdfview.cpp
|
| @@ -5,16 +5,16 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
|
|
| +#include "../../core/include/fxcrt/fx_safe_types.h"
|
| #include "../../public/fpdf_ext.h"
|
| #include "../../public/fpdf_formfill.h"
|
| #include "../../public/fpdf_progressive.h"
|
| #include "../../public/fpdfview.h"
|
| +#include "../../third_party/base/nonstd_unique_ptr.h"
|
| +#include "../../third_party/base/numerics/safe_conversions_impl.h"
|
| #include "../include/fsdk_define.h"
|
| #include "../include/fsdk_mgr.h"
|
| #include "../include/fsdk_rendercontext.h"
|
| -#include "../../../core/include/fxcrt/fx_safe_types.h"
|
| -#include "../../third_party/base/nonstd_unique_ptr.h"
|
| -#include "../../third_party/base/numerics/safe_conversions_impl.h"
|
| #include "../include/fpdfxfa/fpdfxfa_doc.h"
|
| #include "../include/fpdfxfa/fpdfxfa_app.h"
|
| #include "../include/fpdfxfa/fpdfxfa_page.h"
|
|
|