MXS-2205 Convert mysql_utils.h to .hh
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <queue>
|
||||
#include <maxbase/format.hh>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
using std::string;
|
||||
using maxbase::string_printf;
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
#include <maxbase/stopwatch.hh>
|
||||
#include <maxbase/format.hh>
|
||||
#include <maxscale/clock.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
using std::string;
|
||||
using std::unique_ptr;
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/modulecmd.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/routingworker.h>
|
||||
#include <maxscale/secrets.h>
|
||||
#include <maxscale/utils.h>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <set>
|
||||
#include <maxbase/format.hh>
|
||||
#include <maxsql/mariadb.hh>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
|
||||
using std::string;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <maxbase/stopwatch.hh>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
class MariaDBServer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user