Changed the order of include directives in query_classifier.cc
This commit is contained in:
VilhoRaatikka
2014-11-17 14:55:13 +02:00
parent 34b155b6fe
commit 1c4ffd2599
2 changed files with 6 additions and 7 deletions

View File

@ -1073,7 +1073,6 @@ static bool get_dcb(
{
backend_ref_t* backend_ref;
backend_ref_t* master_bref;
int smallest_nconn = -1;
int i;
bool succp = false;
BACKEND* master_host;