Remove unused forward declarations, part 4

Update files in the fpdfsdk directory.

Change-Id: I2b57f2857ff51c548e33e645eb14ecfe7252cdf7
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/78652
Auto-Submit: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Reviewed-by: Daniel Hosseinian <dhoss@chromium.org>
diff --git a/fpdfsdk/cpdfsdk_actionhandler.h b/fpdfsdk/cpdfsdk_actionhandler.h
index cbf9eb8..c675ecd 100644
--- a/fpdfsdk/cpdfsdk_actionhandler.h
+++ b/fpdfsdk/cpdfsdk_actionhandler.h
@@ -15,7 +15,6 @@
 #include "core/fxcrt/fx_string.h"
 #include "fpdfsdk/cpdfsdk_fieldaction.h"
 
-class CPDFSDK_Annot;
 class CPDFSDK_FormFillEnvironment;
 class CPDF_Dictionary;
 class CPDF_FormField;
diff --git a/fpdfsdk/cpdfsdk_baannothandler.h b/fpdfsdk/cpdfsdk_baannothandler.h
index 6480ee5..6ce20b1 100644
--- a/fpdfsdk/cpdfsdk_baannothandler.h
+++ b/fpdfsdk/cpdfsdk_baannothandler.h
@@ -13,7 +13,6 @@
 #include "core/fxcrt/unowned_ptr.h"
 #include "fpdfsdk/ipdfsdk_annothandler.h"
 
-class CFFL_InteractiveFormFiller;
 class CFX_Matrix;
 class CFX_RenderDevice;
 class CPDF_Annot;
diff --git a/fpdfsdk/cpdfsdk_widget.h b/fpdfsdk/cpdfsdk_widget.h
index 1deb804..c943727 100644
--- a/fpdfsdk/cpdfsdk_widget.h
+++ b/fpdfsdk/cpdfsdk_widget.h
@@ -20,11 +20,9 @@
 
 class CFX_RenderDevice;
 class CPDF_Annot;
-class CPDF_Dictionary;
 class CPDF_FormControl;
 class CPDF_FormField;
 class CPDF_RenderOptions;
-class CPDF_Stream;
 class CPDFSDK_InteractiveForm;
 class CPDFSDK_PageView;
 struct CPDFSDK_FieldAction;
diff --git a/fpdfsdk/pwl/cpwl_edit_ctrl.h b/fpdfsdk/pwl/cpwl_edit_ctrl.h
index f5ccf3c..fc649f7 100644
--- a/fpdfsdk/pwl/cpwl_edit_ctrl.h
+++ b/fpdfsdk/pwl/cpwl_edit_ctrl.h
@@ -16,7 +16,6 @@
 
 class CPWL_EditImpl;
 class CPWL_Caret;
-struct CPVT_WordPlace;
 
 enum PWL_EDIT_ALIGNFORMAT_H { PEAH_LEFT = 0, PEAH_MIDDLE, PEAH_RIGHT };
 
diff --git a/fpdfsdk/pwl/cpwl_list_box.h b/fpdfsdk/pwl/cpwl_list_box.h
index 8198d06..1b141c6 100644
--- a/fpdfsdk/pwl/cpwl_list_box.h
+++ b/fpdfsdk/pwl/cpwl_list_box.h
@@ -14,7 +14,6 @@
 #include "fpdfsdk/pwl/cpwl_wnd.h"
 
 class IPWL_FillerNotify;
-struct CPVT_WordPlace;
 
 class CPWL_ListBox : public CPWL_Wnd, public CPWL_ListCtrl::NotifyIface {
  public:
diff --git a/fpdfsdk/pwl/cpwl_list_ctrl.h b/fpdfsdk/pwl/cpwl_list_ctrl.h
index 16bb725..3a5784e 100644
--- a/fpdfsdk/pwl/cpwl_list_ctrl.h
+++ b/fpdfsdk/pwl/cpwl_list_ctrl.h
@@ -17,7 +17,6 @@
 
 class CPWL_EditImpl;
 class CPWL_EditImpl_Iterator;
-class CPWL_List_Notify;
 class IPVT_FontMap;
 
 class CPWL_ListCtrl {