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/theme/pushbuttontp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/include/fwl/theme/pushbuttontp.h') diff --git a/xfa/include/fwl/theme/pushbuttontp.h b/xfa/include/fwl/theme/pushbuttontp.h index 43fcca7073..0b8cc4acf2 100644 --- a/xfa/include/fwl/theme/pushbuttontp.h +++ b/xfa/include/fwl/theme/pushbuttontp.h @@ -7,8 +7,8 @@ #ifndef XFA_INCLUDE_FWL_THEME_PUSHBUTTONTP_H_ #define XFA_INCLUDE_FWL_THEME_PUSHBUTTONTP_H_ -class CFWL_WidgetTP; -class CFWL_PushButtonTP; +#include "xfa/include/fwl/theme/widgettp.h" + class CFWL_PushButtonTP : public CFWL_WidgetTP { public: CFWL_PushButtonTP(); -- cgit v1.2.3