| 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 1f24c565b1cd5571408ed5f1e6e5f334aacc7871..7d12a289e8899ee0c23b2d36730d9d8b2f06443d 100644
 | 
| --- a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
 | 
| @@ -4,18 +4,16 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#include "../../../foxitlib.h"
 | 
| -#include "../common/xfa_utils.h"
 | 
| -#include "../common/xfa_object.h"
 | 
| -#include "../common/xfa_document.h"
 | 
| -#include "../common/xfa_parser.h"
 | 
| -#include "../common/xfa_script.h"
 | 
| -#include "../common/xfa_docdata.h"
 | 
| -#include "../common/xfa_doclayout.h"
 | 
| -#include "../common/xfa_debug.h"
 | 
| -#include "../common/xfa_localemgr.h"
 | 
| -#include "../common/xfa_fm2jsapi.h"
 | 
| -#include "xfa_debug_parser.h"
 | 
| +#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_fm2jsapi.h"
 | 
|  #include "xfa_document_layout_imp.h"
 | 
|  #include "xfa_layout_itemlayout.h"
 | 
|  #include "xfa_layout_pagemgr_new.h"
 | 
| 
 |