Index: fpdfsdk/include/fsdk_mgr.h |
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h |
index 3b8c951e0e96380984f3fe35815fc493b59f3b3d..4bc5a7f916b7dd351ac0756d3499609bc41ed93a 100644 |
--- a/fpdfsdk/include/fsdk_mgr.h |
+++ b/fpdfsdk/include/fsdk_mgr.h |
@@ -19,7 +19,6 @@ |
#include "fpdfsdk/include/fsdk_common.h" |
#include "fpdfsdk/include/fsdk_define.h" |
#include "fpdfsdk/include/fx_systemhandler.h" |
-#include "javascript/IJavaScript.h" |
#include "public/fpdf_formfill.h" |
#include "public/fpdf_fwlevent.h" |
@@ -30,6 +29,7 @@ class CPDFSDK_InterForm; |
class CPDFSDK_PageView; |
class CPDFSDK_Widget; |
class IFX_SystemHandler; |
+class IJS_Runtime; |
// NOTE: |bsUTF16LE| must outlive the use of the result. Care must be taken |
// since modifying the result would impact |bsUTF16LE|. |