| Index: xfa/fgas/layout/fgas_rtfbreak.cpp
|
| diff --git a/xfa/src/fgas/layout/fgas_rtfbreak.cpp b/xfa/fgas/layout/fgas_rtfbreak.cpp
|
| similarity index 99%
|
| rename from xfa/src/fgas/layout/fgas_rtfbreak.cpp
|
| rename to xfa/fgas/layout/fgas_rtfbreak.cpp
|
| index 7e4ab4c08c299cc5fc1e52e3fa0bb0d9cc59ea90..f57a1335fbba67d558cdf867b8a16ea3d2a11f1e 100644
|
| --- a/xfa/src/fgas/layout/fgas_rtfbreak.cpp
|
| +++ b/xfa/fgas/layout/fgas_rtfbreak.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fgas/layout/fgas_rtfbreak.h"
|
| +#include "xfa/fgas/layout/fgas_rtfbreak.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "core/include/fxcrt/fx_arb.h"
|
| -#include "xfa/src/fgas/layout/fgas_linebreak.h"
|
| -#include "xfa/src/fgas/layout/fgas_unicode.h"
|
| +#include "xfa/fgas/layout/fgas_linebreak.h"
|
| +#include "xfa/fgas/layout/fgas_unicode.h"
|
|
|
| namespace {
|
|
|
|
|