| Index: xfa/include/fwl/lightwidget/widget.h
|
| diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h
|
| index c10428e50531d421e04e195cd517efa4f830c09f..2f7ea641e9f86203468d2836393438255f244a0c 100644
|
| --- a/xfa/include/fwl/lightwidget/widget.h
|
| +++ b/xfa/include/fwl/lightwidget/widget.h
|
| @@ -7,7 +7,9 @@
|
| #ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_WIDGET_H_
|
| #define XFA_INCLUDE_FWL_LIGHTWIDGET_WIDGET_H_
|
|
|
| -#include "xfa/include/fwl/core/fwl_widget.h"
|
| +#include "xfa/fwl/core/cfwl_event.h"
|
| +#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
|
| +#include "xfa/fwl/core/ifwl_widget.h"
|
|
|
| class CFWL_Event;
|
| class CFWL_Message;
|
|
|