summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-26 20:57:13 +0100
committerEike Rathke <erack@redhat.com>2015-10-26 20:57:50 +0100
commitf25ff72f60ac7311eb805c9d4c1780d1717bcaea (patch)
treec17ec65654e36ec46e881a18cb5d9e4ed39ec242 /sal/rtl
parent6f9e272da724237e52f2f93f235ae78c5344a21a (diff)
Revert "see if including cmath instead of math.h satisfies Android-ARM"
This reverts commit 6f9e272da724237e52f2f93f235ae78c5344a21a. A f*cking mess. See 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249 Change-Id: Ia66edb96c9c34742300e882c2796870bfd9919d1
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/math.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index 2c03dfc63e3c..3713247db95d 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -32,9 +32,9 @@
#include <algorithm>
#include <cassert>
-#include <cmath>
#include <float.h>
#include <limits.h>
+#include <math.h>
#include <stdlib.h>
static int const n10Count = 16;