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:
@@ -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__) */
|
||||
|
||||
Reference in New Issue
Block a user