| Index: xfa/src/fwl/src/core/fwl_gridimp.cpp
 | 
| diff --git a/xfa/src/fwl/src/core/fwl_gridimp.cpp b/xfa/src/fwl/src/core/fwl_gridimp.cpp
 | 
| index e153f708fd5663b914fc69a3810941ada03a2ce8..e9dd74e2967978add76a7bbe2bccaceabb92a77d 100644
 | 
| --- a/xfa/src/fwl/src/core/fwl_gridimp.cpp
 | 
| +++ b/xfa/src/fwl/src/core/fwl_gridimp.cpp
 | 
| @@ -5,12 +5,12 @@
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
|  #include "xfa/src/foxitlib.h"
 | 
| +#include "xfa/src/fwl/src/core/include/fwl_contentimp.h"
 | 
| +#include "xfa/src/fwl/src/core/include/fwl_gridimp.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_threadimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_noteimp.h"
 | 
|  #include "xfa/src/fwl/src/core/include/fwl_widgetimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_contentimp.h"
 | 
| -#include "xfa/src/fwl/src/core/include/fwl_gridimp.h"
 | 
|  
 | 
|  // static
 | 
|  IFWL_Grid* IFWL_Grid::Create(const CFWL_WidgetImpProperties& properties) {
 | 
| 
 |