diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 16:37:22 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 16:37:22 -0500 |
commit | 32982d3531f15561271b7d67062c8b3e21bd3af9 (patch) | |
tree | c0da635b3ff73178790afad047d4ec7aac4e77dd /xfa/src/fgas/include/fx_locale.h | |
parent | 5870b76eab54b30491e1dc35ce09a308462af29a (diff) | |
download | pdfium-32982d3531f15561271b7d67062c8b3e21bd3af9.tar.xz |
Remove fgas.h and IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1740863002 .
Diffstat (limited to 'xfa/src/fgas/include/fx_locale.h')
-rw-r--r-- | xfa/src/fgas/include/fx_locale.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/src/fgas/include/fx_locale.h b/xfa/src/fgas/include/fx_locale.h index 5637913a97..cf35491f9b 100644 --- a/xfa/src/fgas/include/fx_locale.h +++ b/xfa/src/fgas/include/fx_locale.h @@ -8,11 +8,9 @@ #define XFA_SRC_FGAS_INCLUDE_FX_LOCALE_H_ #include "core/include/fxcrt/fx_xml.h" +#include "xfa/src/fgas/include/fx_datetime.h" class CFX_Unitime; -class IFX_Locale; -class IFX_FormatString; -class IFX_LocaleMgr; enum FX_LOCALENUMSYMBOL { FX_LOCALENUMSYMBOL_Decimal, |