Remove maxscale/alloc.h

The remaining contents were moved to maxbase/alloc.h.
This commit is contained in:
Esa Korhonen
2019-06-05 16:23:10 +03:00
parent 82229b7a1e
commit 4efa9dbeea
128 changed files with 150 additions and 172 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -12,7 +12,7 @@
*/
#include "gssapi_auth.hh"
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
/**
* @brief Report GSSAPI errors

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>