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/src/fsdk_mgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'fpdfsdk/src/fsdk_mgr.cpp') diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp index ed2df4bc83..b9c27d5d85 100644 --- a/fpdfsdk/src/fsdk_mgr.cpp +++ b/fpdfsdk/src/fsdk_mgr.cpp @@ -21,6 +21,7 @@ #include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h" #include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h" #include "fpdfsdk/include/fpdfxfa/fpdfxfa_util.h" +#include "xfa/include/fxgraphics/fx_graphics.h" #endif // PDF_ENABLE_XFA #if _FX_OS_ == _FX_ANDROID_ -- cgit v1.2.3