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

@ -30,12 +30,6 @@
# undef MYSQL_CLIENT
#endif
#include <query_classifier.h>
#include "../utils/skygw_types.h"
#include "../utils/skygw_debug.h"
#include <log_manager.h>
#include <mysql_client_server_protocol.h>
#include <mysql.h>
#include <my_sys.h>
#include <my_global.h>
@ -55,6 +49,12 @@
#include <strfunc.h>
#include <item_func.h>
#include "../utils/skygw_types.h"
#include "../utils/skygw_debug.h"
#include <log_manager.h>
#include <query_classifier.h>
#include <mysql_client_server_protocol.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

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;