MXS-2205 Convert maxscale/protocol/mysql.h to .hh
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
MySQLProtocol proto;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "../internal/query_classifier.hh"
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include "../../../query_classifier/test/testreader.hh"
|
||||
|
||||
using namespace std;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <iostream>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include "../core/internal/query_classifier.hh"
|
||||
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user