From e77cccd4fe7e5b6707370ea7b67e6e303fe2764b Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 2 May 2018 13:46:39 +0000 Subject: 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 Commit-Queue: dsinclair --- fpdfsdk/fpdf_catalog_unittest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fpdfsdk/fpdf_catalog_unittest.cpp') 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) {} -- cgit v1.2.3