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 /heap | |
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 'heap')
-rw-r--r-- | heap/hp_hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heap/hp_hash.c b/heap/hp_hash.c index 1f36f9b3059..2014b2b0adc 100644 --- a/heap/hp_hash.c +++ b/heap/hp_hash.c @@ -18,7 +18,6 @@ #include "heapdef.h" #include <m_ctype.h> -#include <assert.h> |