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

@ -15,8 +15,8 @@
#include <limits.h>
#include <maxbase/assert.h>
#include <maxscale/alloc.h>
#include <maxscale/debug.h>
#include <maxscale/log.h>
/**

View File

@ -25,7 +25,6 @@
#include <maxscale/log.h>
#include <sys/stat.h>
#include <errno.h>
#include <maxscale/debug.h>
#include <string.h>
#include <strings.h>
#include <maxscale/alloc.h>

View File

@ -17,7 +17,7 @@
#include <sstream>
#include <algorithm>
#include <maxscale/debug.h>
#include <maxbase/assert.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/protocol/mysql.h>