diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-29 14:52:40 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-29 20:29:31 +0000 |
commit | bd5176ef75d850fd6a59bbd1fd5bebf1f2c8140f (patch) | |
tree | ab777fc3d52570bf08991998b2f16931a179c1b4 /xfa/fgas/localization/cfx_decimal.cpp | |
parent | ca825d3abded0dd633857ab56288ceff54858cd8 (diff) | |
download | pdfium-bd5176ef75d850fd6a59bbd1fd5bebf1f2c8140f.tar.xz |
Rename fgas/localization files to match contents
This Cl renames the files to match their contents and splits out headers
where needed.
Change-Id: Ibe2e90ca969a9d05ee73bb956ffa59a63c7ab076
Reviewed-on: https://pdfium-review.googlesource.com/3256
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/localization/cfx_decimal.cpp')
-rw-r--r-- | xfa/fgas/localization/cfx_decimal.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fgas/localization/cfx_decimal.cpp b/xfa/fgas/localization/cfx_decimal.cpp index ba70be8230..b3296f30cd 100644 --- a/xfa/fgas/localization/cfx_decimal.cpp +++ b/xfa/fgas/localization/cfx_decimal.cpp @@ -4,11 +4,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "xfa/fgas/localization/cfx_decimal.h" + #include <algorithm> #include <utility> -#include "xfa/fgas/localization/fgas_locale.h" - #define FXMATH_DECIMAL_SCALELIMIT 0x1c #define FXMATH_DECIMAL_NEGMASK (0x80000000L) #define FXMATH_DECIMAL_FORCEBOOL(x) (!!(x)) |