[Libreoffice-commits] core.git: sal/rtl
Stephan Bergmann
sbergman at redhat.com
Mon Oct 26 08:44:43 UTC 2015
sal/rtl/math.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 26 09:43:05 2015 +0100
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>.
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index e0154f7..3713247 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] = {
More information about the Libreoffice-commits
mailing list