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

@ -30,7 +30,7 @@
#include <avro/errors.h>
#include <maxbase/atomic.h>
#include <maxbase/worker.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>

View File

@ -30,7 +30,7 @@
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/version.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/buffer.hh>
#include <maxscale/utils.hh>
#include <maxscale/routingworker.hh>

View File

@ -16,7 +16,7 @@
#include <limits.h>
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
/**
* @brief Allocate an Avro table

View File

@ -32,7 +32,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/maxscale.h>
#include <maxscale/pcre2.h>
#include <maxscale/utils.h>

View File

@ -26,7 +26,7 @@
#include <maxbase/atomic.h>
#include <maxscale/maxscale.h>
#include <maxbase/worker.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>

View File

@ -15,7 +15,7 @@
#include <maxscale/mysql_utils.hh>
#include <jansson.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <strings.h>
#include <signal.h>
#include <maxscale/utils.h>

View File

@ -26,7 +26,7 @@
#include <errno.h>
#include <string.h>
#include <strings.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
/**
* @brief Check whether the field is one that was generated by the avrorouter

View File

@ -19,7 +19,7 @@
#include <stdint.h>
#include <string>
#include <vector>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/service.hh>
#include <maxscale/mysql_binlog.h>