diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-20 09:35:06 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-20 09:35:06 -0800 |
commit | 7386e293a2b67794e6af02d0b71020a4bc987ce0 (patch) | |
tree | 03abdeac97118499ba28fab295b0a490b47b3b54 /core/include/fxcrt | |
parent | aa28c814795edfdeb0654f16e77a54f65b7d42c2 (diff) | |
download | pdfium-7386e293a2b67794e6af02d0b71020a4bc987ce0.tar.xz |
Reduce diffs with master in core
This week's version. Mostly whitespace, but takes the
master version of core/src/fxge/ge/fx_ge_text.cpp
verbatim.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1462923004 .
Diffstat (limited to 'core/include/fxcrt')
-rw-r--r-- | core/include/fxcrt/fx_ext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/include/fxcrt/fx_ext.h b/core/include/fxcrt/fx_ext.h index d36ecfde4e..8530263a79 100644 --- a/core/include/fxcrt/fx_ext.h +++ b/core/include/fxcrt/fx_ext.h @@ -7,12 +7,12 @@ #ifndef CORE_INCLUDE_FXCRT_FX_EXT_H_ #define CORE_INCLUDE_FXCRT_FX_EXT_H_ -#include "fx_string.h" -#include "fx_system.h" - #include <cctype> #include <cwctype> +#include "fx_string.h" +#include "fx_system.h" + FX_FLOAT FXSYS_tan(FX_FLOAT a); FX_FLOAT FXSYS_logb(FX_FLOAT b, FX_FLOAT x); FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr, |