diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2018-05-25 22:57:49 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-05-26 13:31:12 +0400 |
commit | aeaac6ca76a1a7cfd1fcd5b1b82077e3911398ef (patch) | |
tree | 4f1500189c98558d5a722a5138f009672a5225a8 /include/my_global.h | |
parent | 8f888ab1d82205ec45165fa23d21cffc4d1ef8a1 (diff) | |
download | mariadb-git-aeaac6ca76a1a7cfd1fcd5b1b82077e3911398ef.tar.gz |
moved include <cmath> from my_global.h
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/my_global.h b/include/my_global.h index 8fa4429bdbf..7bf0ee43186 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -828,10 +828,6 @@ inline unsigned long long my_double2ulonglong(double d) #define SIZE_T_MAX (~((size_t) 0)) #endif -#ifdef __cplusplus -#include <cmath> -#endif - /* Define missing math constants. */ #ifndef M_PI #define M_PI 3.14159265358979323846 |