summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-05-02 13:46:39 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-02 13:46:39 +0000
commite77cccd4fe7e5b6707370ea7b67e6e303fe2764b (patch)
treeeb9bc928ee8b3f71cf71239f93ba067fee565890
parent5f3e4f1605a511c5c3844890172e5395af419d5a (diff)
downloadpdfium-e77cccd4fe7e5b6707370ea7b67e6e303fe2764b.tar.xz
Remove unused cpdfxfa_context.h includes from unittests
A previous CL removed the need to these inclusions. Change-Id: Idedbb1905317e90a94935884d12dbec8245e1122 Reviewed-on: https://pdfium-review.googlesource.com/31913 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
-rw-r--r--fpdfsdk/fpdf_catalog_unittest.cpp4
-rw-r--r--fpdfsdk/fpdf_doc_unittest.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/fpdfsdk/fpdf_catalog_unittest.cpp b/fpdfsdk/fpdf_catalog_unittest.cpp
index 54eb4f77a0..ca48ffb972 100644
--- a/fpdfsdk/fpdf_catalog_unittest.cpp
+++ b/fpdfsdk/fpdf_catalog_unittest.cpp
@@ -16,10 +16,6 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/test_support.h"
-#ifdef PDF_ENABLE_XFA
-#include "fpdfsdk/fpdfxfa/cpdfxfa_context.h"
-#endif // PDF_ENABLE_XFA
-
class CPDF_TestDocument : public CPDF_Document {
public:
CPDF_TestDocument() : CPDF_Document(nullptr) {}
diff --git a/fpdfsdk/fpdf_doc_unittest.cpp b/fpdfsdk/fpdf_doc_unittest.cpp
index 01c790507f..0f285a14c3 100644
--- a/fpdfsdk/fpdf_doc_unittest.cpp
+++ b/fpdfsdk/fpdf_doc_unittest.cpp
@@ -23,10 +23,6 @@
#include "testing/test_support.h"
#include "third_party/base/ptr_util.h"
-#ifdef PDF_ENABLE_XFA
-#include "fpdfsdk/fpdfxfa/cpdfxfa_context.h"
-#endif // PDF_ENABLE_XFA
-
class CPDF_TestDocument : public CPDF_Document {
public:
CPDF_TestDocument() : CPDF_Document(nullptr) {}