| Index: xfa/fde/cfde_txtedtengine.cpp
|
| diff --git a/xfa/fde/cfde_txtedtengine.cpp b/xfa/fde/cfde_txtedtengine.cpp
|
| index e7da1571780e99fac0355b9ce4467724628e36b7..3852fe7f0f19a86d1a5984ed4655e2e0f40c3dc6 100644
|
| --- a/xfa/fde/cfde_txtedtengine.cpp
|
| +++ b/xfa/fde/cfde_txtedtengine.cpp
|
| @@ -8,14 +8,14 @@
|
|
|
| #include "xfa/fde/cfde_txtedtbuf.h"
|
| #include "xfa/fde/cfde_txtedtbufiter.h"
|
| -#include "xfa/fde/ifx_chariter.h"
|
| -#include "xfa/fgas/layout/fgas_textbreak.h"
|
| -#include "xfa/fwl/basewidget/fwl_editimp.h"
|
| #include "xfa/fde/cfde_txtedtdorecord_deleterange.h"
|
| #include "xfa/fde/cfde_txtedtdorecord_insert.h"
|
| -#include "xfa/fde/cfde_txtedtparag.h"
|
| #include "xfa/fde/cfde_txtedtpage.h"
|
| +#include "xfa/fde/cfde_txtedtparag.h"
|
| +#include "xfa/fde/ifx_chariter.h"
|
| #include "xfa/fde/tto/fde_textout.h"
|
| +#include "xfa/fgas/layout/fgas_textbreak.h"
|
| +#include "xfa/fwl/basewidget/fwl_editimp.h"
|
|
|
| namespace {
|
|
|
|
|