summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/commands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server-tools/instance-manager/commands.cc')
-rw-r--r--server-tools/instance-manager/commands.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/server-tools/instance-manager/commands.cc b/server-tools/instance-manager/commands.cc
index 9831ad3a891..426f0cc40b2 100644
--- a/server-tools/instance-manager/commands.cc
+++ b/server-tools/instance-manager/commands.cc
@@ -14,14 +14,17 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#include "command.h"
#include "commands.h"
-#include "instance.h"
+
#include "instance_map.h"
#include "messages.h"
+#include "mysqld_error.h"
+#include "mysql_manager_error.h"
#include "protocol.h"
#include "buffer.h"
+
#include <m_string.h>
+#include <mysql.h>
/* implementation for Show_instances: */