| Index: xfa/fwl/core/fwl_widgetimp.cpp
|
| diff --git a/xfa/fwl/core/fwl_widgetimp.cpp b/xfa/fwl/core/fwl_widgetimp.cpp
|
| index 27f8a44c7990963800b24a535582c6c0a7305573..d556499e27c7de286965e406bcc40314a73d4d02 100644
|
| --- a/xfa/fwl/core/fwl_widgetimp.cpp
|
| +++ b/xfa/fwl/core/fwl_widgetimp.cpp
|
| @@ -10,7 +10,6 @@
|
|
|
| #include "xfa/fde/tto/fde_textout.h"
|
| #include "xfa/fwl/basewidget/ifwl_combobox.h"
|
| -#include "xfa/fwl/basewidget/ifwl_datetimepicker.h"
|
| #include "xfa/fwl/core/cfwl_message.h"
|
| #include "xfa/fwl/core/cfwl_themebackground.h"
|
| #include "xfa/fwl/core/cfwl_themepart.h"
|
| @@ -21,6 +20,7 @@
|
| #include "xfa/fwl/core/ifwl_app.h"
|
| #include "xfa/fwl/core/ifwl_form.h"
|
| #include "xfa/fwl/core/ifwl_themeprovider.h"
|
| +#include "xfa/fwl/core/ifwl_widget.h"
|
| #include "xfa/fxfa/include/xfa_ffapp.h"
|
|
|
| #define FWL_STYLEEXT_MNU_Vert (1L << 0)
|
|
|