| Index: xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| diff --git a/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp b/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| index f6793df118b22d6b7196fc3f46a0db84466d415d..cf6d6d6a43c30b34bf47f60d9d73fcbdf2169f51 100644
|
| --- a/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| +++ b/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| @@ -4,10 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h"
|
| +
|
| #include <algorithm>
|
|
|
| +#include "xfa/include/fwl/basewidget/fwl_checkbox.h"
|
| +#include "xfa/include/fwl/core/fwl_theme.h"
|
| #include "xfa/src/foxitlib.h"
|
| -#include "xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_noteimp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_targetimp.h"
|
| #include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
|
|
|