| Index: xfa/fgas/crt/fgas_encode.cpp
|
| diff --git a/xfa/src/fgas/crt/fgas_encode.cpp b/xfa/fgas/crt/fgas_encode.cpp
|
| similarity index 99%
|
| rename from xfa/src/fgas/crt/fgas_encode.cpp
|
| rename to xfa/fgas/crt/fgas_encode.cpp
|
| index 564ccf63c4b2d0e415708546e3a0c588163569fb..138b4b1f5efc734fdb059628eb66c9c505e84fb4 100644
|
| --- a/xfa/src/fgas/crt/fgas_encode.cpp
|
| +++ b/xfa/fgas/crt/fgas_encode.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fgas/crt/fgas_codepage.h"
|
| +#include "xfa/fgas/crt/fgas_codepage.h"
|
|
|
| void FX_SwapByteOrder(FX_WCHAR* pStr, int32_t iLength) {
|
| FXSYS_assert(pStr != NULL);
|
|
|