diff options
author | konstantin@mysql.com <> | 2004-06-10 23:58:39 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-10 23:58:39 +0400 |
commit | f08bbd1f1260becb5e537932527eef52b1584776 (patch) | |
tree | bc9b38762d9fffec51179a6188934e2411fd8067 /sql-common | |
parent | 3d33dc7c770ba6198a900abd3b26d4e68ca04217 (diff) | |
download | mariadb-git-f08bbd1f1260becb5e537932527eef52b1584776.tar.gz |
assert.h needed for my_dbug.h now is included in my_dbug.h, where it for
some reason wasn't included before.
A lot of files cleaned up from #include <assert.h>
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 962faf5cbe1..61ffd2b52e6 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -63,7 +63,6 @@ my_bool net_flush(NET *net); #include "mysqld_error.h" #include "errmsg.h" #include <violite.h> -#include <assert.h> #if defined(THREAD) && !defined(__WIN__) #include <my_pthread.h> /* because of signal() */ #endif /* defined(THREAD) && !defined(__WIN__) */ |