MXS-2020 Remove maxscale/debug.h
- Removed from all files. - maxbase/assert.h included where necessary.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxbase/assert.h>
|
||||
|
||||
using std::string;
|
||||
|
||||
@ -234,4 +234,4 @@ Gtid GtidList::get_gtid(uint32_t domain) const
|
||||
rval = *found;
|
||||
}
|
||||
return rval;
|
||||
}
|
||||
}
|
||||
|
@ -17,9 +17,9 @@
|
||||
#include "mariadbmon.hh"
|
||||
#include <inttypes.h>
|
||||
#include <sstream>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/modulecmd.h>
|
||||
|
||||
#include <maxscale/mysql_utils.h>
|
||||
|
Reference in New Issue
Block a user