Rename skygw_debug.h to debug.h
Also remove unneded includes in debug.h
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <stdint.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
||||
2
server/modules/filter/cache/test/testrules.c
vendored
2
server/modules/filter/cache/test/testrules.c
vendored
@ -17,7 +17,7 @@
|
||||
#if !defined(SS_DEBUG)
|
||||
#define SS_DEBUG
|
||||
#endif
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
struct test_case
|
||||
{
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
#include <maxscale/skygw_types.h>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/filter.h>
|
||||
|
||||
Reference in New Issue
Block a user