MySQLAuth header to .hh

This commit is contained in:
Esa Korhonen
2018-11-30 17:04:57 +02:00
parent 760f2ff34c
commit 0f755adc78
3 changed files with 4 additions and 14 deletions

View File

@ -15,7 +15,7 @@
* Loading MySQL users from a MySQL backend server * Loading MySQL users from a MySQL backend server
*/ */
#include "mysql_auth.h" #include "mysql_auth.hh"
#include <ctype.h> #include <ctype.h>
#include <netdb.h> #include <netdb.h>

View File

@ -25,7 +25,7 @@
* @endverbatim * @endverbatim
*/ */
#include "mysql_auth.h" #include "mysql_auth.hh"
#include <maxscale/protocol/mysql.h> #include <maxscale/protocol/mysql.h>
#include <maxscale/authenticator.h> #include <maxscale/authenticator.h>

View File

@ -12,26 +12,16 @@
*/ */
#pragma once #pragma once
/*
* @verbatim
* Revision History
*
* Date Who Description
* 02/02/2016 Martin Brampton Initial implementation
*
* @endverbatim
*/
#define MXS_MODULE_NAME "MySQLAuth" #define MXS_MODULE_NAME "MySQLAuth"
#include <maxscale/cdefs.h> #include <maxscale/ccdefs.hh>
#include <stdint.h> #include <stdint.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <maxscale/authenticator.h> #include <maxscale/authenticator.h>
#include <maxscale/dcb.h> #include <maxscale/dcb.h>
#include <maxscale/buffer.h> #include <maxscale/buffer.hh>
#include <maxscale/service.hh> #include <maxscale/service.hh>
#include <maxscale/sqlite3.h> #include <maxscale/sqlite3.h>
#include <maxscale/protocol/mysql.h> #include <maxscale/protocol/mysql.h>