summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortsmith@siva.hindu.god <>2007-04-18 21:29:38 -0600
committertsmith@siva.hindu.god <>2007-04-18 21:29:38 -0600
commit88a477abe9314a51397c1ce84e56e290016a65cc (patch)
treeb047c8ce86a9b20450701b6367e1c23003774f77 /client
parent041c8a825fd39d4877eae7731cede70b7a48b34e (diff)
downloadmariadb-git-88a477abe9314a51397c1ce84e56e290016a65cc.tar.gz
Post-push fix of client/mysqltest.c oops.
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 839e8cd9a43..3babe46d954 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -33,18 +33,12 @@
#define MTEST_VERSION "3.2"
-#include <my_global.h>
-#include <mysql_embed.h>
-#include <my_sys.h>
-#include <m_string.h>
-#include <mysql.h>
+#include "client_priv.h"
#include <mysql_version.h>
#include <mysqld_error.h>
-#include <errmsg.h>
#include <m_ctype.h>
#include <my_dir.h>
#include <hash.h>
-#include <my_getopt.h>
#include <stdarg.h>
#include <violite.h>
#include "my_regex.h" /* Our own version of regex */