| Index: fpdfsdk/src/formfiller/FFL_RadioButton.cpp
|
| diff --git a/fpdfsdk/src/formfiller/FFL_RadioButton.cpp b/fpdfsdk/src/formfiller/FFL_RadioButton.cpp
|
| index 609e0430249714e048d50b2fb22b848662017c25..2a742c0a8540c4b51fe8c41735e5e5335a7e7bc9 100644
|
| --- a/fpdfsdk/src/formfiller/FFL_RadioButton.cpp
|
| +++ b/fpdfsdk/src/formfiller/FFL_RadioButton.cpp
|
| @@ -4,12 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| #include "fpdfsdk/include/formfiller/FFL_RadioButton.h"
|
| -#include "fpdfsdk/include/formfiller/FormFiller.h"
|
|
|
| -/* ------------------------------- CFFL_RadioButton
|
| - * ------------------------------- */
|
| +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/include/fsdk_mgr.h"
|
| +#include "fpdfsdk/include/pdfwindow/PWL_SpecialButton.h"
|
|
|
| CFFL_RadioButton::CFFL_RadioButton(CPDFDoc_Environment* pApp,
|
| CPDFSDK_Annot* pWidget)
|
|
|