diff options
Diffstat (limited to 'strings/dtoa.c')
-rw-r--r-- | strings/dtoa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/dtoa.c b/strings/dtoa.c index 59aa056df9c..3aeeed9e148 100644 --- a/strings/dtoa.c +++ b/strings/dtoa.c @@ -36,9 +36,8 @@ ***************************************************************/ +#include "strings_def.h" #include <my_base.h> /* for EOVERFLOW on Windows */ -#include <my_global.h> -#include <m_string.h> /* for memcpy and NOT_FIXED_DEC */ /** Appears to suffice to not call malloc() in most cases. |