diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-26 09:43:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-26 09:43:05 +0100 |
commit | 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249 (patch) | |
tree | e806804612ff5da575e21e56681ebb002657361a /sal | |
parent | 8140309d636d4a870875f2dd75ed3dfff2c0fbaf (diff) |
Revert "attempted fix for android build"
This reverts commit c3acead32e1d844b81e3e90c72549281d4bc73a2, now that
cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7 "The Android NDK for some reason don't
have these math functions in std::" uses all the declarations from <math.h>
instead of <cmath>.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/math.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index e0154f7ab2e3..3713247db95d 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -36,7 +36,6 @@ #include <limits.h> #include <math.h> #include <stdlib.h> -#include <cmath> static int const n10Count = 16; static double const n10s[2][n10Count] = { |