diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_string.h | 8 | ||||
-rw-r--r-- | include/maria.h | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/m_string.h b/include/m_string.h index 0a46805bfae..969725e4631 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> diff --git a/include/maria.h b/include/maria.h index b35dc7dd3f0..44079f3f288 100644 --- a/include/maria.h +++ b/include/maria.h @@ -20,12 +20,10 @@ #ifndef _maria_h #define _maria_h #include <my_base.h> -#include <my_sys.h> #include <m_ctype.h> #include "my_compare.h" #include "ft_global.h" #include <myisamchk.h> -#include <mysql/plugin.h> #ifdef __cplusplus extern "C" { |