From 88a477abe9314a51397c1ce84e56e290016a65cc Mon Sep 17 00:00:00 2001 From: "tsmith@siva.hindu.god" <> Date: Wed, 18 Apr 2007 21:29:38 -0600 Subject: [PATCH] Post-push fix of client/mysqltest.c oops. --- client/mysqltest.c | 8 +------- 1 file changed, 1 insertion(+), 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 -#include -#include -#include -#include +#include "client_priv.h" #include #include -#include #include #include #include -#include #include #include #include "my_regex.h" /* Our own version of regex */