Combine maxscale/buffer.h with maxscale/buffer.hh
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <openssl/bio.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/secrets.h>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/adminusers.h>
|
||||
#include <maxscale/users.h>
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/users.h>
|
||||
|
||||
/** MXS-1026: Without MySQL protocol data structures, the NullAuth authenticator will crash. */
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/users.h>
|
||||
|
||||
static bool null_auth_set_protocol_data(DCB* dcb, GWBUF* buf);
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
Reference in New Issue
Block a user