| Index: xfa/src/fgas/src/localization/fx_localemgr.cpp
|
| diff --git a/xfa/src/fgas/src/localization/fx_localemgr.cpp b/xfa/src/fgas/src/localization/fx_localemgr.cpp
|
| index 656be0a494dbbbf5e8ef16a8b429897dfc819ad6..49cc5068e262629b85888ef47d915cdef26c42bb 100644
|
| --- a/xfa/src/fgas/src/localization/fx_localemgr.cpp
|
| +++ b/xfa/src/fgas/src/localization/fx_localemgr.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/include/fxcrt/fx_xml.h"
|
| -#include "xfa/src/fgas/src/fgas_base.h"
|
| #include "xfa/src/fgas/src/localization/fx_localemgr.h"
|
|
|
| +#include "core/include/fxcrt/fx_xml.h"
|
| +
|
| IFX_LocaleMgr* FX_LocaleMgr_Create(const FX_WCHAR* pszLocalPath,
|
| FX_WORD wDefaultLCID) {
|
| void* pPathHandle = FX_OpenFolder(pszLocalPath);
|
|
|