diff options
author | tsmith@siva.hindu.god <> | 2007-04-18 21:29:38 -0600 |
---|---|---|
committer | tsmith@siva.hindu.god <> | 2007-04-18 21:29:38 -0600 |
commit | 88a477abe9314a51397c1ce84e56e290016a65cc (patch) | |
tree | b047c8ce86a9b20450701b6367e1c23003774f77 /client | |
parent | 041c8a825fd39d4877eae7731cede70b7a48b34e (diff) | |
download | mariadb-git-88a477abe9314a51397c1ce84e56e290016a65cc.tar.gz |
Post-push fix of client/mysqltest.c oops.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 8 |
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 */ |