diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-26 08:59:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-26 08:59:09 +0100 |
commit | 2f83ed1407302a83130cf6e3984743342eec708d (patch) | |
tree | 54aa7f1b363f6ecc7866f292d579c33e5658bbfa | |
parent | e57752170e604c85a6fe8aeaa38784796e00bab1 (diff) |
Revert "sal: fix Android build"
This workaround is not needed after
cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7.
This reverts commit d366d680cb62a2c5a7246e7290ef74c7e52eb04f.
-rw-r--r-- | sal/rtl/math.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index bedde1c4bf07..e0154f7ab2e3 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -38,8 +38,6 @@ #include <stdlib.h> #include <cmath> -using namespace std; - static int const n10Count = 16; static double const n10s[2][n10Count] = { { 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, |