diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-13 12:03:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-13 12:03:48 -0700 |
commit | f34518bd1379289659b4c050d140690ba8f8b8aa (patch) | |
tree | 97f2d8a32f7c061c378dca668d4e066283407e91 /fpdfsdk/formfiller/cffl_checkbox.cpp | |
parent | 067990ccf96ae962392a2dbacbfd8348dc4c7676 (diff) | |
download | pdfium-f34518bd1379289659b4c050d140690ba8f8b8aa.tar.xz |
Split fsdk_mgr files apart.
This CL separates the CPDFDoc_Environment, CPDFSDK_Document and CPDFSDK_PageView
classes into their own h and cpp files.
Review-Url: https://codereview.chromium.org/2335243002
Diffstat (limited to 'fpdfsdk/formfiller/cffl_checkbox.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_checkbox.cpp b/fpdfsdk/formfiller/cffl_checkbox.cpp index ed81f37bb6..3455cded60 100644 --- a/fpdfsdk/formfiller/cffl_checkbox.cpp +++ b/fpdfsdk/formfiller/cffl_checkbox.cpp @@ -7,8 +7,8 @@ #include "fpdfsdk/formfiller/cffl_checkbox.h" #include "fpdfsdk/formfiller/cffl_formfiller.h" +#include "fpdfsdk/include/cpdfdoc_environment.h" #include "fpdfsdk/include/cpdfsdk_widget.h" -#include "fpdfsdk/include/fsdk_mgr.h" #include "fpdfsdk/pdfwindow/PWL_SpecialButton.h" #include "public/fpdf_fwlevent.h" |