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

@ -42,7 +42,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>
#include <maxscale/server.hh>

View File

@ -33,7 +33,7 @@
#include <maxscale/buffer.h>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>
#include <maxscale/service.hh>

View File

@ -46,7 +46,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/routingworker.h>
#include <maxbase/worker.hh>

View File

@ -42,7 +42,7 @@
#include "../../../../core/internal/modules.hh"
#include "../../../../core/internal/config.hh"
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <ini.h>
#include <sys/stat.h>
#include <getopt.h>