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

@ -20,7 +20,7 @@
#include <string.h>
#include <strings.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/buffer.hh>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>

View File

@ -18,7 +18,7 @@
#include <inttypes.h>
#include <maxbase/atomic.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/modutil.hh>
#include <maxscale/poll.hh>
#include <maxscale/query_classifier.hh>

View File

@ -15,7 +15,7 @@
#include <algorithm>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
Shard::Shard()
: m_last_updated(time(NULL))