diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_checkbox.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_checkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_checkbox.h b/xfa/fwl/lightwidget/cfwl_checkbox.h index ef66280b85..343970c3a4 100644 --- a/xfa/fwl/lightwidget/cfwl_checkbox.h +++ b/xfa/fwl/lightwidget/cfwl_checkbox.h @@ -7,7 +7,7 @@ #ifndef XFA_FWL_LIGHTWIDGET_CFWL_CHECKBOX_H_ #define XFA_FWL_LIGHTWIDGET_CFWL_CHECKBOX_H_ -#include "xfa/fwl/basewidget/ifwl_checkbox.h" +#include "xfa/fwl/core/ifwl_checkbox.h" #include "xfa/fwl/lightwidget/cfwl_widget.h" class CFWL_CheckBox : public CFWL_Widget { |