summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/src/localization/fx_localemgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/src/localization/fx_localemgr.cpp')
-rw-r--r--xfa/src/fgas/src/localization/fx_localemgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/src/fgas/src/localization/fx_localemgr.cpp b/xfa/src/fgas/src/localization/fx_localemgr.cpp
index 656be0a494..49cc5068e2 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);