1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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>
This commit is contained in:
konstantin@mysql.com
2004-06-10 23:58:39 +04:00
parent 3d33dc7c77
commit f08bbd1f12
29 changed files with 1 additions and 28 deletions

View File

@@ -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__) */