| Index: xfa/src/fwl/src/core/fwl_panelimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_panelimp.cpp b/xfa/src/fwl/src/core/fwl_panelimp.cpp
|
| index f252ccb36f352a349e6efe065b9f7cb7c9c6e49e..dadff4c1ba4f6c73f2c089969a47297038959903 100644
|
| --- a/xfa/src/fwl/src/core/fwl_panelimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_panelimp.cpp
|
| @@ -5,10 +5,10 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include "xfa/src/foxitlib.h"
|
| -#include "xfa/src/fwl/src/core/include/fwl_targetimp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_noteimp.h"
|
| -#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_panelimp.h"
|
| +#include "xfa/src/fwl/src/core/include/fwl_targetimp.h"
|
| +#include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
|
|
|
| // static
|
| IFWL_Panel* IFWL_Panel::Create(CFWL_WidgetImpProperties& properties,
|
|
|