mirror of
https://github.com/MariaDB/server.git
synced 2025-06-12 01:53:02 +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:
@ -27,7 +27,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <assert.h> /* for DBUG_ASSERT() */
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user