Remove maxscale/alloc.h
The remaining contents were moved to maxbase/alloc.h.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <cdc.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/event.hh>
|
||||
#include <maxscale/modulecmd.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#define MXS_MODULE_NAME "GSSAPIBackendAuth"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "gssapi_auth.hh"
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
|
||||
/**
|
||||
* @brief Report GSSAPI errors
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
#define MXS_MODULE_NAME "HTTPAuth"
|
||||
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.hh>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/maxscale.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/event.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/paths.h>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "MariaDBBackendAuth"
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/server.hh>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#define MXS_MODULE_NAME "MaxAdminAuth"
|
||||
|
||||
#include <maxscale/authenticator.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/buffer.hh>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <string>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxbase/alloc.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
Reference in New Issue
Block a user