| Index: xfa/fgas/crt/fgas_codepage.cpp
|
| diff --git a/xfa/src/fgas/crt/fgas_codepage.cpp b/xfa/fgas/crt/fgas_codepage.cpp
|
| similarity index 99%
|
| rename from xfa/src/fgas/crt/fgas_codepage.cpp
|
| rename to xfa/fgas/crt/fgas_codepage.cpp
|
| index 622c4174bcac9fb87829249b50cc04a510067618..e717873abee11c68594c8cfdb4b5642711fdab66 100644
|
| --- a/xfa/src/fgas/crt/fgas_codepage.cpp
|
| +++ b/xfa/fgas/crt/fgas_codepage.cpp
|
| @@ -5,8 +5,8 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include "core/include/fxcrt/fx_ext.h"
|
| -#include "xfa/src/fgas/crt/fgas_codepage.h"
|
| -#include "xfa/src/fgas/crt/fgas_language.h"
|
| +#include "xfa/fgas/crt/fgas_codepage.h"
|
| +#include "xfa/fgas/crt/fgas_language.h"
|
|
|
| static const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = {
|
| {0, 1252}, {1, 0}, {2, 42}, {77, 10000}, {78, 10001},
|
|
|