MXS-2220 Miscellaneous cleanup

Removes some duplicate includes.
This commit is contained in:
Esa Korhonen
2019-01-08 16:23:21 +02:00
parent 9823fe2651
commit 87913f8cb8
5 changed files with 19 additions and 23 deletions

View File

@ -164,7 +164,7 @@ static void exec_show_clients(DCB* dcb, MAXINFO_TREE* tree)
*/
static void exec_show_servers(DCB* dcb, MAXINFO_TREE* tree)
{
serverGetList()->write(dcb);
Server::getList()->write(dcb);
}
/**