| Index: fpdfsdk/src/formfiller/FFL_CheckBox.cpp
|
| diff --git a/fpdfsdk/src/formfiller/FFL_CheckBox.cpp b/fpdfsdk/src/formfiller/FFL_CheckBox.cpp
|
| index 42c6251d687c10be57ad6fb2b14e36ecb8521077..b0fc906f983d855f16ae79d60f7a37cad92f6658 100644
|
| --- a/fpdfsdk/src/formfiller/FFL_CheckBox.cpp
|
| +++ b/fpdfsdk/src/formfiller/FFL_CheckBox.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/formfiller/FormFiller.h"
|
| -#include "../../include/formfiller/FFL_FormFiller.h"
|
| -#include "../../include/formfiller/FFL_CheckBox.h"
|
| +#include "fpdfsdk/include/formfiller/FFL_CheckBox.h"
|
| +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/include/formfiller/FormFiller.h"
|
|
|
| /* ------------------------------- CFFL_CheckBox -------------------------------
|
| */
|
|
|