summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_mgr.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-28 12:59:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-28 12:59:09 -0700
commitcac704dd3e5c0e5900e898db4eff5a0948cef6fc (patch)
tree8e8e79dfccfa18162a689ae7fcb6c513a7ee21a0 /fpdfsdk/include/fsdk_mgr.h
parent0600234fc65d52e4830ad2cc6c1723fb33c9414f (diff)
downloadpdfium-cac704dd3e5c0e5900e898db4eff5a0948cef6fc.tar.xz
Split fpdfdoc/include/fpdf_doc.h into individual classes.
This CL splits the header file apart. The cpp files are not touched as part of this CL, they will be done as a followup. This de-duplicates the fpdf_doc.h BUG=pdfium:249 Review-Url: https://codereview.chromium.org/2183313004
Diffstat (limited to 'fpdfsdk/include/fsdk_mgr.h')
-rw-r--r--fpdfsdk/include/fsdk_mgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
index 16aef4af4e..b87c982cc1 100644
--- a/fpdfsdk/include/fsdk_mgr.h
+++ b/fpdfsdk/include/fsdk_mgr.h
@@ -13,6 +13,7 @@
#include "core/fpdfapi/fpdf_page/include/cpdf_page.h"
#include "core/fpdfapi/fpdf_parser/include/cpdf_document.h"
+#include "core/fpdfdoc/include/cpdf_occontext.h"
#include "fpdfsdk/cfx_systemhandler.h"
#include "fpdfsdk/include/fsdk_actionhandler.h"
#include "fpdfsdk/include/fsdk_annothandler.h"
@@ -25,6 +26,7 @@
class CFFL_IFormFiller;
class CFX_SystemHandler;
+class CPDF_AnnotList;
class CPDFSDK_ActionHandler;
class CPDFSDK_Annot;
class CPDFSDK_InterForm;