| Index: xfa/fde/tto/fde_textout.cpp
|
| diff --git a/xfa/src/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp
|
| similarity index 99%
|
| rename from xfa/src/fde/tto/fde_textout.cpp
|
| rename to xfa/fde/tto/fde_textout.cpp
|
| index fc3e4ab24b0e1c71ec31e156d30bd898c29e3a07..2105cf09b005b53145639889d54606f37cf0837d 100644
|
| --- a/xfa/src/fde/tto/fde_textout.cpp
|
| +++ b/xfa/fde/tto/fde_textout.cpp
|
| @@ -4,18 +4,18 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fde/tto/fde_textout.h"
|
| +#include "xfa/fde/tto/fde_textout.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "core/include/fxcrt/fx_coordinates.h"
|
| #include "core/include/fxcrt/fx_system.h"
|
| -#include "xfa/src/fde/fde_brush.h"
|
| -#include "xfa/src/fde/fde_pen.h"
|
| -#include "xfa/src/fde/fde_renderdevice.h"
|
| -#include "xfa/src/fgas/crt/fgas_memory.h"
|
| -#include "xfa/src/fgas/crt/fgas_utils.h"
|
| -#include "xfa/src/fgas/layout/fgas_textbreak.h"
|
| +#include "xfa/fde/fde_brush.h"
|
| +#include "xfa/fde/fde_pen.h"
|
| +#include "xfa/fde/fde_renderdevice.h"
|
| +#include "xfa/fgas/crt/fgas_memory.h"
|
| +#include "xfa/fgas/crt/fgas_utils.h"
|
| +#include "xfa/fgas/layout/fgas_textbreak.h"
|
|
|
| namespace {
|
|
|
|
|