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

@ -23,7 +23,7 @@
#include <string.h>
#include <maxscale/paths.h>
#include <maxscale/adminusers.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/utils.h>
#include <maxscale/users.h>

View File

@ -35,7 +35,7 @@
#include <maxbase/assert.h>
#include <maxbase/log.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/buffer.hh>
#include <maxscale/hint.h>

View File

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/paths.h>
#include "../internal/filter.hh"

View File

@ -35,7 +35,7 @@
#include <maxbase/assert.h>
#include <maxscale/hint.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
/**
* test1 Allocate table of users and mess around with it

View File

@ -20,7 +20,7 @@
#include <string.h>
#include <time.h>
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/log.hh>
static void skygw_log_enable(int priority)

View File

@ -17,7 +17,7 @@
#include <string.h>
#include <time.h>
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/log.hh>
static void skygw_log_enable(int priority)

View File

@ -33,7 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/pcre2.h>
#define test_assert(a, b) if (!(a)) {fprintf(stderr, b); return 1;}

View File

@ -16,7 +16,7 @@
*/
#include <maxbase/maxbase.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/paths.h>
#include <maxscale/modulecmd.hh>

View File

@ -34,7 +34,7 @@
#include <string.h>
#include <maxbase/log.hh>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/modutil.hh>
#include <maxscale/buffer.hh>

View File

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/server.hh>
#include <maxscale/paths.h>
#include <maxscale/config.hh>

View File

@ -34,7 +34,7 @@
#include <string.h>
#include <maxscale/maxscale_test.h>
#include <maxscale/paths.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include "../internal/service.hh"
#include "test_utils.hh"

View File

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/buffer.hh>
#include <maxscale/protocol/mysql.hh>

View File

@ -17,7 +17,7 @@
#include <iostream>
#include <string>
#include "../internal/query_classifier.hh"
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.hh>
#include "../../../query_classifier/test/testreader.hh"

View File

@ -21,7 +21,7 @@
#include <maxscale/config.hh>
#include <maxscale/query_classifier.hh>
#include <maxscale/paths.h>
#include <maxscale/alloc.h>
#include <maxbase/alloc.h>
#include <maxscale/routingworker.hh>
#include <sys/stat.h>