diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_widget.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h index 80e278e161..c230ce200c 100644 --- a/xfa/fwl/lightwidget/cfwl_widget.h +++ b/xfa/fwl/lightwidget/cfwl_widget.h @@ -10,8 +10,8 @@ #include <memory> #include "xfa/fwl/core/cfwl_event.h" -#include "xfa/fwl/lightwidget/cfwl_widgetproperties.h" #include "xfa/fwl/core/ifwl_widget.h" +#include "xfa/fwl/lightwidget/cfwl_widgetproperties.h" class CFWL_Event; class CFWL_Message; |