From e73c5ceb8176dfd92138780f640ac193f1c0ea30 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 25 Feb 2016 13:38:37 -0500 Subject: Remove include only fwl.h and IWYU. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1735833003 . --- xfa/include/fwl/lightwidget/pushbutton.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xfa/include/fwl/lightwidget/pushbutton.h') diff --git a/xfa/include/fwl/lightwidget/pushbutton.h b/xfa/include/fwl/lightwidget/pushbutton.h index 709a52710a..d8f5760911 100644 --- a/xfa/include/fwl/lightwidget/pushbutton.h +++ b/xfa/include/fwl/lightwidget/pushbutton.h @@ -7,11 +7,9 @@ #ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_PUSHBUTTON_H_ #define XFA_INCLUDE_FWL_LIGHTWIDGET_PUSHBUTTON_H_ -class CFWL_Widget; -class CFWL_WidgetProperties; -class IFWL_PushButtonDP; -class CFWL_PushButton; -class CFWL_PushButtonDP; +#include "xfa/include/fwl/basewidget/fwl_pushbutton.h" +#include "xfa/include/fwl/lightwidget/widget.h" + class CFWL_PushButton : public CFWL_Widget { public: static CFWL_PushButton* Create(); -- cgit v1.2.3