From bcd1e70175b6bbbcb9d9466c579e0538f34297c6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 31 Aug 2017 13:19:18 -0400 Subject: Remove fx_basic.h This CL removes the fx_basic.h header and fixes up includes as needed. Change-Id: I49af32a8327bdbcda40c50a61ffbd75d06609040 Reviewed-on: https://pdfium-review.googlesource.com/12670 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fpdfsdk/pwl/cpwl_edit.h | 1 - fpdfsdk/pwl/cpwl_list_impl.h | 1 + fpdfsdk/pwl/cpwl_timer.h | 1 - fpdfsdk/pwl/cpwl_timer_handler.h | 2 -- fpdfsdk/pwl/cpwl_wnd.h | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) (limited to 'fpdfsdk/pwl') 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 -#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" -- cgit v1.2.3