Rename skygw_debug.h to debug.h
Also remove unneded includes in debug.h
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#include "avrorouter.h"
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <glob.h>
|
||||
|
||||
void* safe_key_free(void *data);
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <maxscale/alloc.h>
|
||||
|
Reference in New Issue
Block a user