| Index: xfa/fwl/basewidget/fwl_caretimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_caretimp.cpp b/xfa/fwl/basewidget/fwl_caretimp.cpp
|
| index ea7402e029b9480ce18f70314970a28a3b8a787a..cc0f548392c00b99b3592571230ad17e7bd64518 100644
|
| --- a/xfa/fwl/basewidget/fwl_caretimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_caretimp.cpp
|
| @@ -6,11 +6,12 @@
|
|
|
| #include "xfa/fwl/basewidget/fwl_caretimp.h"
|
|
|
| +#include "xfa/fwl/basewidget/ifwl_caret.h"
|
| +#include "xfa/fwl/core/cfwl_themebackground.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/basewidget/fwl_caret.h"
|
| -#include "xfa/include/fwl/core/fwl_theme.h"
|
| +#include "xfa/fwl/core/ifwl_themeprovider.h"
|
|
|
| // static
|
| IFWL_Caret* IFWL_Caret::Create(const CFWL_WidgetImpProperties& properties,
|
|
|