| Index: fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| diff --git a/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp b/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| index 3763003dca20cce3b10ae09c5733cfc6272c8a1d..b188035ccc7fba8d780f870a9e28ab5d73fab8be 100644
|
| --- a/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| +++ b/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| @@ -4,7 +4,6 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../public/fpdf_formfill.h"
|
| #include "../../include/fsdk_define.h"
|
| #include "../../include/fpdfxfa/fpdfxfa_doc.h"
|
| #include "../../include/fsdk_mgr.h"
|
| @@ -12,6 +11,7 @@
|
| #include "../../include/fpdfxfa/fpdfxfa_util.h"
|
| #include "../../include/fpdfxfa/fpdfxfa_page.h"
|
| #include "../../include/javascript/IJavaScript.h"
|
| +#include "public/fpdf_formfill.h"
|
|
|
| #define IDS_XFA_Validate_Input \
|
| "At least one required field was empty. Please fill in the required " \
|
|
|