| Index: fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
 | 
| diff --git a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
 | 
| index dd30b8ecf25b037b6d4ccf46e8ff5115f0cdf91d..bb6b77897c4a0c64acf52c9d779862f3a633c733 100644
 | 
| --- a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
 | 
| +++ b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
 | 
| @@ -11,6 +11,11 @@
 | 
|  #include "core/fxge/cfx_graphstatedata.h"
 | 
|  #include "core/fxge/cfx_pathdata.h"
 | 
|  #include "core/fxge/cfx_renderdevice.h"
 | 
| +#include "fpdfsdk/cpdfsdk_document.h"
 | 
| +#include "fpdfsdk/cpdfsdk_environment.h"
 | 
| +#include "fpdfsdk/cpdfsdk_interform.h"
 | 
| +#include "fpdfsdk/cpdfsdk_pageview.h"
 | 
| +#include "fpdfsdk/cpdfsdk_widget.h"
 | 
|  #include "fpdfsdk/formfiller/cffl_checkbox.h"
 | 
|  #include "fpdfsdk/formfiller/cffl_combobox.h"
 | 
|  #include "fpdfsdk/formfiller/cffl_formfiller.h"
 | 
| @@ -18,11 +23,6 @@
 | 
|  #include "fpdfsdk/formfiller/cffl_pushbutton.h"
 | 
|  #include "fpdfsdk/formfiller/cffl_radiobutton.h"
 | 
|  #include "fpdfsdk/formfiller/cffl_textfield.h"
 | 
| -#include "fpdfsdk/include/cpdfsdk_document.h"
 | 
| -#include "fpdfsdk/include/cpdfsdk_environment.h"
 | 
| -#include "fpdfsdk/include/cpdfsdk_interform.h"
 | 
| -#include "fpdfsdk/include/cpdfsdk_pageview.h"
 | 
| -#include "fpdfsdk/include/cpdfsdk_widget.h"
 | 
|  #include "fpdfsdk/pdfwindow/PWL_Utils.h"
 | 
|  
 | 
|  #define FFL_MAXLISTBOXHEIGHT 140.0f
 | 
| 
 |