| Index: fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
|
| index bb6b77897c4a0c64acf52c9d779862f3a633c733..7e6def2cfe5041ada21485d4c37622f2f91d08a3 100644
|
| --- a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "fpdfsdk/formfiller/cffl_interactiveformfiller.h"
|
|
|
| -#include "core/fpdfapi/fpdf_page/cpdf_page.h"
|
| #include "core/fpdfapi/fpdf_parser/cpdf_document.h"
|
| +#include "core/fpdfapi/page/cpdf_page.h"
|
| #include "core/fxge/cfx_graphstatedata.h"
|
| #include "core/fxge/cfx_pathdata.h"
|
| #include "core/fxge/cfx_renderdevice.h"
|
|
|