summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_mgr.h
diff options
context:
space:
mode:
authorjaepark <jaepark@google.com>2016-08-15 10:51:11 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-15 10:51:11 -0700
commit98e10199db97c8cae846cb2c0c571bda5033f61a (patch)
tree0ce8be14d90c2b6694180713484a7067df0027ff /fpdfsdk/include/fsdk_mgr.h
parent1679d3ae2e0e64c7aba811476341a153dcef8b04 (diff)
downloadpdfium-98e10199db97c8cae846cb2c0c571bda5033f61a.tar.xz
Split fpdfsdk/fsdk_annothandler.h into individual classes.
This CL moves classes in fsdk_annothandler.h, which are CPDFSDK_AnnotIterator, CPDFSDK_AnnotHandlerMgr, IPDFSDK_AnnotHandler, CPDFSDK_XFAAnnotHandler and CPDFSDK_BFAnnotHandler, to their own files. Review-Url: https://codereview.chromium.org/2243623002
Diffstat (limited to 'fpdfsdk/include/fsdk_mgr.h')
-rw-r--r--fpdfsdk/include/fsdk_mgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
index 1389d6cbbf..f9d382cc78 100644
--- a/fpdfsdk/include/fsdk_mgr.h
+++ b/fpdfsdk/include/fsdk_mgr.h
@@ -17,7 +17,6 @@
#include "fpdfsdk/cfx_systemhandler.h"
#include "fpdfsdk/include/cpdfsdk_annot.h"
#include "fpdfsdk/include/fsdk_actionhandler.h"
-#include "fpdfsdk/include/fsdk_annothandler.h"
#include "fpdfsdk/include/fsdk_baseform.h"
#include "fpdfsdk/include/fsdk_common.h"
#include "fpdfsdk/include/fsdk_define.h"
@@ -29,6 +28,7 @@ class CFX_SystemHandler;
class CPDF_AnnotList;
class CPDFSDK_ActionHandler;
class CPDFSDK_Annot;
+class CPDFSDK_AnnotHandlerMgr;
class CPDFSDK_InterForm;
class CPDFSDK_PageView;
class CPDFSDK_Widget;