summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_formfillenvironment.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-02 12:37:12 -0700
committerCommit bot <commit-bot@chromium.org>2016-11-02 12:37:12 -0700
commit25ec646b2c128a6beaa961ec2b2eeb673ed034ca (patch)
tree1487a9657719d45d3198bae5af744cf515f93e14 /fpdfsdk/cpdfsdk_formfillenvironment.cpp
parent6fe8795d9022105a0061a0a81be9a49d49fda345 (diff)
downloadpdfium-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.cpp4
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