| Index: xfa/fwl/basewidget/fwl_listboximp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_listboximp.cpp b/xfa/fwl/basewidget/fwl_listboximp.cpp
|
| index a7481165bfde56e944143daae3e2c36e0309c48d..ad5800142cc5c2331fc1a0c6396a60b7c895491e 100644
|
| --- a/xfa/fwl/basewidget/fwl_listboximp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_listboximp.cpp
|
| @@ -9,10 +9,14 @@
|
| #include "xfa/fde/tto/fde_textout.h"
|
| #include "xfa/fwl/basewidget/fwl_comboboximp.h"
|
| #include "xfa/fwl/basewidget/fwl_scrollbarimp.h"
|
| +#include "xfa/fwl/core/cfwl_message.h"
|
| +#include "xfa/fwl/core/cfwl_themebackground.h"
|
| +#include "xfa/fwl/core/cfwl_themepart.h"
|
| +#include "xfa/fwl/core/cfwl_themetext.h"
|
| #include "xfa/fwl/core/fwl_noteimp.h"
|
| #include "xfa/fwl/core/fwl_targetimp.h"
|
| #include "xfa/fwl/core/fwl_widgetimp.h"
|
| -#include "xfa/include/fwl/core/fwl_theme.h"
|
| +#include "xfa/fwl/core/ifwl_themeprovider.h"
|
|
|
| #define FWL_LISTBOX_ItemTextMargin 2
|
|
|
|
|