diff options
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-simple.c | 1 | ||||
-rw-r--r-- | strings/ctype-ucs2.c | 1 | ||||
-rw-r--r-- | strings/my_vsnprintf.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/strings/ctype-simple.c b/strings/ctype-simple.c index ba1fc1c424a..5f0a7426db3 100644 --- a/strings/ctype-simple.c +++ b/strings/ctype-simple.c @@ -20,7 +20,6 @@ #include <errno.h> #include "stdarg.h" -#include "assert.h" int my_strnxfrm_simple(CHARSET_INFO * cs, diff --git a/strings/ctype-ucs2.c b/strings/ctype-ucs2.c index bdf9b0f9252..9f1accf841f 100644 --- a/strings/ctype-ucs2.c +++ b/strings/ctype-ucs2.c @@ -312,7 +312,6 @@ static int my_mbcharlen_ucs2(CHARSET_INFO *cs __attribute__((unused)) , #include <m_string.h> #include <stdarg.h> -#include <assert.h> static int my_vsnprintf_ucs2(char *dst, uint n, const char* fmt, va_list ap) { diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c index dc03c130dcd..784c4762724 100644 --- a/strings/my_vsnprintf.c +++ b/strings/my_vsnprintf.c @@ -18,7 +18,6 @@ #include <m_string.h> #include <stdarg.h> #include <m_ctype.h> -#include <assert.h> /* Limited snprintf() implementations |