Kaydet (Commit) 1cdf6ade authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "attempted fix for android build"

This reverts commit c3acead3, now that
cc906ec4 "The Android NDK for some reason don't
have these math functions in std::" uses all the declarations from <math.h>
instead of <cmath>.
üst 8140309d
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <limits.h> #include <limits.h>
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include <cmath>
static int const n10Count = 16; static int const n10Count = 16;
static double const n10s[2][n10Count] = { static double const n10s[2][n10Count] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment