| Index: xfa/src/fee/src/fee/fde_txtedtbuf.cpp
|
| diff --git a/xfa/src/fee/src/fee/fde_txtedtbuf.cpp b/xfa/src/fee/src/fee/fde_txtedtbuf.cpp
|
| index 53aef2ba0356063392dfdb378c68e82d3a06d26a..0019207212a0e7fb6d1960423e61428050e6648a 100644
|
| --- a/xfa/src/fee/src/fee/fde_txtedtbuf.cpp
|
| +++ b/xfa/src/fee/src/fee/fde_txtedtbuf.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../foxitlib.h"
|
| -#include "../../include/ifde_txtedtbuf.h"
|
| -#include "../../include/ifde_txtedtengine.h"
|
| +#include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fee/include/ifde_txtedtbuf.h"
|
| +#include "xfa/src/fee/include/ifde_txtedtengine.h"
|
| #include "fde_txtedtbuf.h"
|
| #define FDE_DEFCHUNKCOUNT 2
|
| #define FDE_TXTEDT_FORMATBLOCK_BGN 0xFFF9
|
|
|