| Index: fpdfsdk/include/fsdk_mgr.h
|
| diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
|
| index 32e640912c05f75ed3312c4d960586c30cc5d194..0dd331e142d112eae8abf4cdd42abf9600e73ad0 100644
|
| --- a/fpdfsdk/include/fsdk_mgr.h
|
| +++ b/fpdfsdk/include/fsdk_mgr.h
|
| @@ -10,8 +10,6 @@
|
| #include <map>
|
|
|
| #include "../../core/include/fpdftext/fpdf_text.h"
|
| -#include "../../public/fpdf_formfill.h"
|
| -#include "../../public/fpdf_fwlevent.h" // cross platform keycode and events define.
|
| #include "fsdk_actionhandler.h"
|
| #include "fsdk_annothandler.h"
|
| #include "fsdk_baseannot.h"
|
| @@ -20,6 +18,8 @@
|
| #include "fsdk_define.h"
|
| #include "fx_systemhandler.h"
|
| #include "javascript/IJavaScript.h"
|
| +#include "public/fpdf_formfill.h"
|
| +#include "public/fpdf_fwlevent.h" // cross platform keycode and events define.
|
| #include "third_party/base/nonstd_unique_ptr.h"
|
|
|
| class CFFL_IFormFiller;
|
|
|