| Index: xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| index f83b7720035ddda25e136e702562bcd09d55eae6..aedd0903715b370e06426634589d8bfa6fc295c8 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.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_datamerger_imp.h"
|
| #include "xfa_document_layout_imp.h"
|
| #include "xfa_layout_itemlayout.h"
|
|
|