MXS-2205 Convert maxscale/protocol/mysql.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-04 12:17:52 +02:00
parent 0d09b56f58
commit 9f721f725e
67 changed files with 79 additions and 80 deletions

View File

@ -27,7 +27,7 @@
#include <maxscale/maxscale.h>
#include <maxscale/mysql_utils.hh>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/pcre2.h>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>

View File

@ -27,7 +27,7 @@
#include "mysql_auth.hh"
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/authenticator.h>
#include <maxscale/alloc.h>
#include <maxscale/event.hh>

View File

@ -24,7 +24,7 @@
#include <maxscale/buffer.hh>
#include <maxscale/service.hh>
#include <maxscale/sqlite3.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
MXS_BEGIN_DECLS