diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-02 12:37:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-02 12:37:12 -0700 |
commit | 25ec646b2c128a6beaa961ec2b2eeb673ed034ca (patch) | |
tree | 1487a9657719d45d3198bae5af744cf515f93e14 /fpdfsdk/cpdfsdk_formfillenvironment.cpp | |
parent | 6fe8795d9022105a0061a0a81be9a49d49fda345 (diff) | |
download | pdfium-25ec646b2c128a6beaa961ec2b2eeb673ed034ca.tar.xz |
Merge CPDFXFA_App into CPDFXFA_Document.
This Cl moves the CPDFXFA_App code into CPDFXFA_Document.
Review-Url: https://codereview.chromium.org/2424993002
Diffstat (limited to 'fpdfsdk/cpdfsdk_formfillenvironment.cpp')
-rw-r--r-- | fpdfsdk/cpdfsdk_formfillenvironment.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.cpp b/fpdfsdk/cpdfsdk_formfillenvironment.cpp index 2c44211efe..3907845d54 100644 --- a/fpdfsdk/cpdfsdk_formfillenvironment.cpp +++ b/fpdfsdk/cpdfsdk_formfillenvironment.cpp @@ -19,10 +19,6 @@ #include "fpdfsdk/javascript/ijs_runtime.h" #include "third_party/base/ptr_util.h" -#ifdef PDF_ENABLE_XFA -#include "fpdfsdk/fpdfxfa/cpdfxfa_app.h" -#endif // PDF_ENABLE_XFA - namespace { // NOTE: |bsUTF16LE| must outlive the use of the result. Care must be taken |