Rename skygw_debug.h to debug.h

Also remove unneded includes in debug.h
This commit is contained in:
Johan Wikman
2016-10-14 13:44:40 +03:00
parent c03b8079fd
commit 0800bf4a59
28 changed files with 33 additions and 36 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
#if !defined(SS_DEBUG)
#define SS_DEBUG
#endif
#include <maxscale/skygw_debug.h>
#include <maxscale/debug.h>
struct test_case
{

View File

@ -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>

View File

@ -20,7 +20,7 @@
#include <maxscale/monitor.h>
#include <mysqld_error.h>
#include <maxscale/alloc.h>
#include <maxscale/skygw_debug.h>
#include <maxscale/debug.h>
static char *version_str = (char*)"V1.0.0";

View File

@ -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);

View File

@ -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>