summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-26 09:43:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-10-26 09:43:05 +0100
commit1cdf6ade0eeac9515ed88ae0cd802fe119dd4249 (patch)
treee806804612ff5da575e21e56681ebb002657361a
parent8140309d636d4a870875f2dd75ed3dfff2c0fbaf (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>.
-rw-r--r--sal/rtl/math.cxx1
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] = {