| Index: xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
 | 
| diff --git a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
 | 
| index 479c2592bd07a79c380dd0f19b0b566f67400f24..74786ad75c0cd5ae981fa7184daf82809b13a667 100644
 | 
| --- a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
 | 
| +++ b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.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_script_eventpseudomodel.h"
 | 
|  CScript_EventPseudoModel::CScript_EventPseudoModel(CXFA_Document* pDocument)
 | 
|      : CXFA_OrdinaryObject(pDocument, XFA_ELEMENT_EventPseudoModel) {
 | 
| 
 |