diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
commit | e73c5ceb8176dfd92138780f640ac193f1c0ea30 (patch) | |
tree | d7e68f16a64807c322e6f9045e2920adf564800f /xfa/include/fwl/theme/scrollbartp.h | |
parent | 2e6864282e65c55ff6809f5aaae011b31c3a361a (diff) | |
download | pdfium-e73c5ceb8176dfd92138780f640ac193f1c0ea30.tar.xz |
Remove include only fwl.h and IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1735833003 .
Diffstat (limited to 'xfa/include/fwl/theme/scrollbartp.h')
-rw-r--r-- | xfa/include/fwl/theme/scrollbartp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/include/fwl/theme/scrollbartp.h b/xfa/include/fwl/theme/scrollbartp.h index e9bd200827..5cfcaea95d 100644 --- a/xfa/include/fwl/theme/scrollbartp.h +++ b/xfa/include/fwl/theme/scrollbartp.h @@ -7,8 +7,8 @@ #ifndef XFA_INCLUDE_FWL_THEME_SCROLLBARTP_H_ #define XFA_INCLUDE_FWL_THEME_SCROLLBARTP_H_ -class CFWL_WidgetTP; -class CFWL_ScrollBarTP; +#include "xfa/include/fwl/theme/widgettp.h" + class CFWL_ScrollBarTP : public CFWL_WidgetTP { public: CFWL_ScrollBarTP(); |