| Index: xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| index 071fe4d40fb267d4de4147336379a28634312ab0..549b116ed824703a78134e6696948c20a21ec4c7 100644
 | 
| --- a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| @@ -8,19 +8,19 @@
 | 
|  #include <memory>
 | 
|  
 | 
|  #include "xfa/src/foxitlib.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_utils.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_object.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_document.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_parser.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_script.h"
 | 
|  #include "xfa/src/fxfa/src/common/xfa_docdata.h"
 | 
|  #include "xfa/src/fxfa/src/common/xfa_doclayout.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_localemgr.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_document.h"
 | 
|  #include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_localemgr.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_object.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_parser.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_script.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_utils.h"
 | 
|  #include "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h"
 | 
| +#include "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h"
 | 
|  #include "xfa/src/fxfa/src/parser/xfa_layout_itemlayout.h"
 | 
|  #include "xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.h"
 | 
| -#include "xfa/src/fxfa/src/parser/xfa_layout_appadapter.h"
 | 
|  CXFA_ItemLayoutProcessor::CXFA_ItemLayoutProcessor(CXFA_Node* pNode,
 | 
|                                                     CXFA_LayoutPageMgr* pPageMgr)
 | 
|      : m_bKeepBreakFinish(FALSE),
 | 
| 
 |