Rename skygw_debug.h to debug.h
Also remove unneded includes in debug.h
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/atomic.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/hint.h>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include <maxscale/hashtable.h>
|
||||
#include <maxscale/mlist.h>
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/skygw_types.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/alloc.h>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/users.h>
|
||||
#include <maxscale/dbusers.h>
|
||||
#include <strings.h>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/config.h>
|
||||
|
||||
/**
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/hk_heartbeat.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
#if defined(SS_DEBUG)
|
||||
int debug_check_fail = 0;
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <time.h>
|
||||
#include <stddef.h>
|
||||
#include <regex.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/skygw_types.h>
|
||||
#include <sys/time.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/atomic.h>
|
||||
#include <time.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
/**
|
||||
* Initialise a spinlock.
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
#include <maxscale/gwbitmask.h>
|
||||
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
/**
|
||||
* test1 Create a bitmap and mess around with it
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include <string.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
|
||||
#define test_assert(a, b) if(!(a)){fprintf(stderr, b);return 1;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user