From 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 26 Oct 2015 09:43:05 +0100 Subject: 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 instead of . --- sal/rtl/math.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sal') 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 #include #include -#include static int const n10Count = 16; static double const n10s[2][n10Count] = { -- cgit