| Index: xfa/fgas/localization/fgas_locale.h
|
| diff --git a/xfa/src/fgas/localization/fgas_locale.h b/xfa/fgas/localization/fgas_locale.h
|
| similarity index 97%
|
| rename from xfa/src/fgas/localization/fgas_locale.h
|
| rename to xfa/fgas/localization/fgas_locale.h
|
| index 03dd518715e67beafe7626d6723c2adaca5f3df2..a7e14b3c264112552df93d147dbf6e811e559de1 100644
|
| --- a/xfa/src/fgas/localization/fgas_locale.h
|
| +++ b/xfa/fgas/localization/fgas_locale.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
| -#define XFA_SRC_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
| +#ifndef XFA_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
| +#define XFA_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
|
|
| #include "core/include/fxcrt/fx_xml.h"
|
| -#include "xfa/src/fgas/localization/fgas_datetime.h"
|
| +#include "xfa/fgas/localization/fgas_datetime.h"
|
|
|
| class CFX_Unitime;
|
|
|
| @@ -203,4 +203,4 @@ class CFX_Decimal {
|
| uint32_t m_uMid;
|
| };
|
|
|
| -#endif // XFA_SRC_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
| +#endif // XFA_FGAS_LOCALIZATION_FGAS_LOCALE_H_
|
|
|