diff options
Diffstat (limited to 'include/m_string.h')
-rw-r--r-- | include/m_string.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/m_string.h b/include/m_string.h index 395fd2ddda6..188802bc08b 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -34,14 +34,6 @@ #include <string.h> #endif -/* need by my_vsnprintf */ -#include <stdarg.h> - -/* This is needed for the definitions of bzero... on solaris */ -#if defined(HAVE_STRINGS_H) -#include <strings.h> -#endif - /* This is needed for the definitions of memcpy... on solaris */ #if defined(HAVE_MEMORY_H) && !defined(__cplusplus) #include <memory.h> |