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

@ -37,7 +37,7 @@
#include <maxbase/atomic.h>
#include <maxbase/worker.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>

View File

@ -15,7 +15,7 @@
#include <inttypes.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
bool blr_handle_one_event(MXS_ROUTER* instance, REP_HEADER& hdr, uint8_t* ptr, uint32_t len, int semisync)
{

View File

@ -30,7 +30,7 @@
#include <ini.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/encryption.h>

View File

@ -40,7 +40,7 @@
#include <sstream>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.hh>

View File

@ -34,7 +34,7 @@
#include <sys/stat.h>
#include <zlib.h>
#include <vector>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/clock.h>
#include <maxscale/dcb.hh>

View File

@ -27,7 +27,7 @@
#include <string.h>
#include <sys/stat.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
static void printVersion(const char* progname);

View File

@ -36,7 +36,7 @@
#include <maxscale/dcb.hh>
#include <time.h>
#include <maxscale/paths.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/mainworker.hh>
#include <maxscale/utils.hh>
#include "../../../../core/internal/modules.hh"