summaryrefslogtreecommitdiff
path: root/sql
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 /sql
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 'sql')
-rw-r--r--sql/mysql_priv.h1
-rw-r--r--sql/sql_string.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 587fdf5d42b..b2d21c3fb55 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
-#include <assert.h>
#include <mysql_version.h>
#include <mysql_embed.h>
#include <my_sys.h>
diff --git a/sql/sql_string.cc b/sql/sql_string.cc
index 991fb4d5c5a..f7e4e436495 100644
--- a/sql/sql_string.cc
+++ b/sql/sql_string.cc
@@ -24,7 +24,6 @@
#include <my_sys.h>
#include <m_string.h>
#include <m_ctype.h>
-#include <assert.h>
#ifdef HAVE_FCONVERT
#include <floatingpoint.h>
#endif