diff options
author | jaepark <jaepark@google.com> | 2016-08-11 13:10:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-11 13:10:39 -0700 |
commit | 2736276deff3abef9d6b226eb9f585abe1384591 (patch) | |
tree | 0edcff20dd023d8dceee6a83e3d4d14708af610f /fpdfsdk/include/fsdk_mgr.h | |
parent | 445a94b089c155f79cc8602c724418898dc2a861 (diff) | |
download | pdfium-2736276deff3abef9d6b226eb9f585abe1384591.tar.xz |
Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files.
Review-Url: https://codereview.chromium.org/2236743002
Diffstat (limited to 'fpdfsdk/include/fsdk_mgr.h')
-rw-r--r-- | fpdfsdk/include/fsdk_mgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h index 1c180db57f..1389d6cbbf 100644 --- a/fpdfsdk/include/fsdk_mgr.h +++ b/fpdfsdk/include/fsdk_mgr.h @@ -15,9 +15,9 @@ #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" #include "core/fpdfdoc/include/cpdf_occontext.h" #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_baseannot.h" #include "fpdfsdk/include/fsdk_baseform.h" #include "fpdfsdk/include/fsdk_common.h" #include "fpdfsdk/include/fsdk_define.h" |