| Index: xfa/fwl/basewidget/ifwl_picturebox.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_picturebox.h b/xfa/fwl/basewidget/ifwl_picturebox.h
|
| index 8ff4981e11cc54debad1c5945ded9cf3aa58cc4d..f40454a42d9aadf8e10fd79455134398d2b0f73a 100644
|
| --- a/xfa/fwl/basewidget/ifwl_picturebox.h
|
| +++ b/xfa/fwl/basewidget/ifwl_picturebox.h
|
| @@ -7,11 +7,11 @@
|
| #ifndef XFA_FWL_BASEWIDGET_IFWL_PICTUREBOX_H_
|
| #define XFA_FWL_BASEWIDGET_IFWL_PICTUREBOX_H_
|
|
|
| +#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
|
| +#include "xfa/fwl/core/fwl_error.h"
|
| #include "xfa/fwl/core/fwl_widgetimp.h"
|
| #include "xfa/fwl/core/ifwl_dataprovider.h"
|
| #include "xfa/fwl/core/ifwl_widget.h"
|
| -#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
|
| -#include "xfa/fwl/core/fwl_error.h"
|
|
|
| #define FWL_CLASS_PictureBox L"FWL_PICTUREBOX"
|
| #define FWL_STYLEEXT_PTB_Left 0L << 0
|
|
|