diff options
Diffstat (limited to 'fpdfsdk/pwl')
-rw-r--r-- | fpdfsdk/pwl/cpwl_edit.h | 1 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_list_impl.h | 1 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_timer.h | 1 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_timer_handler.h | 2 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_wnd.h | 1 |
5 files changed, 1 insertions, 5 deletions
diff --git a/fpdfsdk/pwl/cpwl_edit.h b/fpdfsdk/pwl/cpwl_edit.h index 758402394c..ef12e9884a 100644 --- a/fpdfsdk/pwl/cpwl_edit.h +++ b/fpdfsdk/pwl/cpwl_edit.h @@ -11,7 +11,6 @@ #include "core/fpdfdoc/cpvt_wordrange.h" #include "core/fxcrt/cfx_unowned_ptr.h" -#include "core/fxcrt/fx_basic.h" #include "fpdfsdk/pwl/cpwl_edit_ctrl.h" class IPWL_Filler_Notify { diff --git a/fpdfsdk/pwl/cpwl_list_impl.h b/fpdfsdk/pwl/cpwl_list_impl.h index ca159b7e5e..9bb0d2969c 100644 --- a/fpdfsdk/pwl/cpwl_list_impl.h +++ b/fpdfsdk/pwl/cpwl_list_impl.h @@ -13,6 +13,7 @@ #include "core/fxcrt/cfx_unowned_ptr.h" #include "core/fxcrt/fx_coordinates.h" +#include "core/fxcrt/fx_string.h" class CPWL_EditImpl; class CPWL_EditImpl_Iterator; diff --git a/fpdfsdk/pwl/cpwl_timer.h b/fpdfsdk/pwl/cpwl_timer.h index 6f76fe7eb0..4a07425993 100644 --- a/fpdfsdk/pwl/cpwl_timer.h +++ b/fpdfsdk/pwl/cpwl_timer.h @@ -8,7 +8,6 @@ #define FPDFSDK_PWL_CPWL_TIMER_H_ #include "core/fxcrt/cfx_unowned_ptr.h" -#include "core/fxcrt/fx_basic.h" class CFX_SystemHandler; class CPWL_TimerHandler; diff --git a/fpdfsdk/pwl/cpwl_timer_handler.h b/fpdfsdk/pwl/cpwl_timer_handler.h index b65a5152be..f208e1cdf6 100644 --- a/fpdfsdk/pwl/cpwl_timer_handler.h +++ b/fpdfsdk/pwl/cpwl_timer_handler.h @@ -9,8 +9,6 @@ #include <memory> -#include "core/fxcrt/fx_basic.h" - class CFX_SystemHandler; class CPWL_Timer; diff --git a/fpdfsdk/pwl/cpwl_wnd.h b/fpdfsdk/pwl/cpwl_wnd.h index 9c913f1c23..cd1c06005f 100644 --- a/fpdfsdk/pwl/cpwl_wnd.h +++ b/fpdfsdk/pwl/cpwl_wnd.h @@ -13,7 +13,6 @@ #include "core/fpdfdoc/cpdf_formcontrol.h" #include "core/fxcrt/cfx_observable.h" #include "core/fxcrt/cfx_unowned_ptr.h" -#include "core/fxcrt/fx_basic.h" #include "core/fxge/cfx_color.h" #include "fpdfsdk/cpdfsdk_formfillenvironment.h" #include "fpdfsdk/cpdfsdk_widget.h" |