summaryrefslogtreecommitdiff
path: root/mysys/mf_iocache2.c
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-06-10 23:58:39 +0400
committerkonstantin@mysql.com <>2004-06-10 23:58:39 +0400
commitf08bbd1f1260becb5e537932527eef52b1584776 (patch)
treebc9b38762d9fffec51179a6188934e2411fd8067 /mysys/mf_iocache2.c
parent3d33dc7c770ba6198a900abd3b26d4e68ca04217 (diff)
downloadmariadb-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 'mysys/mf_iocache2.c')
-rw-r--r--mysys/mf_iocache2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/mf_iocache2.c b/mysys/mf_iocache2.c
index 70b2f288538..3755bcdb53d 100644
--- a/mysys/mf_iocache2.c
+++ b/mysys/mf_iocache2.c
@@ -23,7 +23,6 @@
#include <m_string.h>
#include <stdarg.h>
#include <m_ctype.h>
-#include <assert.h>
my_off_t my_b_append_tell(IO_CACHE* info)
{