| Index: xfa/fxfa/parser/cxfa_nodelist.cpp
 | 
| diff --git a/xfa/fxfa/parser/cxfa_nodelist.cpp b/xfa/fxfa/parser/cxfa_nodelist.cpp
 | 
| index 61e5091c56be5e3688d71aaf1a9a3f95302878d8..86575e6b3fc84d0a6940c66ccfcec9e6c1a3e61c 100644
 | 
| --- a/xfa/fxfa/parser/cxfa_nodelist.cpp
 | 
| +++ b/xfa/fxfa/parser/cxfa_nodelist.cpp
 | 
| @@ -7,8 +7,8 @@
 | 
|  #include "xfa/fxfa/parser/xfa_object.h"
 | 
|  
 | 
|  #include "core/fxcrt/include/fx_ext.h"
 | 
| +#include "xfa/fxfa/parser/cxfa_document.h"
 | 
|  #include "xfa/fxfa/parser/cxfa_scriptcontext.h"
 | 
| -#include "xfa/fxfa/parser/xfa_document.h"
 | 
|  
 | 
|  CXFA_NodeList::CXFA_NodeList(CXFA_Document* pDocument)
 | 
|      : CXFA_Object(pDocument,
 | 
| 
 |