MXS-2020 Remove maxscale/debug.h

- Removed from all files.
- maxbase/assert.h included where necessary.
This commit is contained in:
Johan Wikman
2018-08-22 10:30:46 +03:00
parent 3f53eddbde
commit ab9a9f92cb
52 changed files with 40 additions and 68 deletions

View File

@ -18,7 +18,6 @@
#include <jansson.h>
#include <maxscale/buffer.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/debug.h>
MXS_BEGIN_DECLS

View File

@ -26,7 +26,7 @@ using namespace std;
#if !defined(SS_DEBUG)
#define SS_DEBUG
#endif
#include <maxscale/debug.h>
#include <maxbase/assert.h>
GWBUF* create_gwbuf(const char* s)
{

View File

@ -14,7 +14,7 @@
#include "tempfile.hh"
#include <string.h>
#include <unistd.h>
#include <maxscale/debug.h>
#include <maxbase/assert.h>
namespace
{

View File

@ -17,7 +17,7 @@
#include <errno.h>
#include <functional>
#include <string.h>
#include <maxscale/debug.h>
#include <maxbase/assert.h>
#include <maxscale/jansson.hh>
#include <maxscale/mysql_utils.h>
#include <maxscale/pcre2.hh>

View File

@ -14,7 +14,7 @@
#define TESTING_MASKINGRULES
#include "maskingrules.hh"
#include <iostream>
#include <maxscale/debug.h>
#include <maxbase/assert.h>
using namespace std;

View File

@ -22,9 +22,9 @@
#include <stdbool.h>
#include <stdint.h>
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxscale/buffer.h>
#include <maxscale/debug.h>
#include <maxscale/filter.h>
#include <maxscale/log.h>
#include <maxscale/modinfo.h>