From df5a1160154d38d4b8f49df269b55869380d665f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 9 Mar 2016 16:51:34 -0500 Subject: Cleanup some header includes. Move some of the xfa/ includes in fpdfsdk from the header files to the .cpp files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1771353006 . --- fpdfsdk/include/fsdk_define.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fpdfsdk/include/fsdk_define.h') diff --git a/fpdfsdk/include/fsdk_define.h b/fpdfsdk/include/fsdk_define.h index fa0098c387..29c8c4432b 100644 --- a/fpdfsdk/include/fsdk_define.h +++ b/fpdfsdk/include/fsdk_define.h @@ -20,12 +20,6 @@ #ifdef PDF_ENABLE_XFA #include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h" -#include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h" -#include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h" -#include "xfa/include/fxbarcode/BC_BarCode.h" -#include "xfa/include/fxfa/fxfa.h" -#include "xfa/include/fxgraphics/fx_graphics.h" -#include "xfa/include/fxjse/fxjse.h" #endif // PDF_ENABLE_XFA #ifdef _WIN32 -- cgit v1.2.3