| Index: xfa/src/fee/fde_txtedtparag.cpp
|
| diff --git a/xfa/src/fee/src/fee/fde_txtedtparag.cpp b/xfa/src/fee/fde_txtedtparag.cpp
|
| similarity index 94%
|
| rename from xfa/src/fee/src/fee/fde_txtedtparag.cpp
|
| rename to xfa/src/fee/fde_txtedtparag.cpp
|
| index 83b2fdd27081140c93ca616754ae9dc1c409aed9..e5d1d9d3f11e807c060ec3ce180d2351d773d7a4 100644
|
| --- a/xfa/src/fee/src/fee/fde_txtedtparag.cpp
|
| +++ b/xfa/src/fee/fde_txtedtparag.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fee/src/fee/fde_txtedtparag.h"
|
| +#include "xfa/src/fee/fde_txtedtparag.h"
|
|
|
| -#include "xfa/src/fee/include/fx_wordbreak.h"
|
| -#include "xfa/src/fee/include/ifde_txtedtbuf.h"
|
| -#include "xfa/src/fee/include/ifde_txtedtengine.h"
|
| -#include "xfa/src/fee/src/fee/fde_txtedtbuf.h"
|
| -#include "xfa/src/fee/src/fee/fde_txtedtengine.h"
|
| +#include "xfa/src/fee/fde_txtedtbuf.h"
|
| +#include "xfa/src/fee/fde_txtedtengine.h"
|
| +#include "xfa/src/fee/fx_wordbreak/fx_wordbreak.h"
|
| +#include "xfa/src/fee/ifde_txtedtbuf.h"
|
| +#include "xfa/src/fee/ifde_txtedtengine.h"
|
| #include "xfa/src/fgas/include/fx_tbk.h"
|
|
|
| CFDE_TxtEdtParag::CFDE_TxtEdtParag(CFDE_TxtEdtEngine* pEngine)
|
|
|