| Index: xfa/fwl/core/ifwl_picturebox.cpp
|
| diff --git a/xfa/fwl/core/ifwl_picturebox.cpp b/xfa/fwl/core/ifwl_picturebox.cpp
|
| index 301c404767c6dd8531ec598fce8ab1b21f65f598..3539e08b0b6468b3817f5847b57ae77003e78707 100644
|
| --- a/xfa/fwl/core/ifwl_picturebox.cpp
|
| +++ b/xfa/fwl/core/ifwl_picturebox.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "xfa/fwl/core/ifwl_picturebox.h"
|
|
|
| +#include "xfa/fwl/core/cfwl_picturebox.h"
|
| #include "xfa/fwl/core/fwl_noteimp.h"
|
| -#include "xfa/fwl/lightwidget/cfwl_picturebox.h"
|
|
|
| IFWL_PictureBox::IFWL_PictureBox(const CFWL_WidgetImpProperties& properties)
|
| : IFWL_Widget(properties, nullptr),
|
|
|