MXS-2197 Rename maxscale/log.h to maxscale/log.hh
In files either include maxscale/log.hh or remove include entirelly as maxscale/ccdefs.hh includes it.
This commit is contained in:
@ -32,10 +32,10 @@
|
||||
|
||||
#define MXS_MODULE_NAME "CDC"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <cdc.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/poll.hh>
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/protocol.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
||||
#define ISspace(x) isspace((int)(x))
|
||||
|
@ -13,9 +13,9 @@
|
||||
|
||||
#define MXS_MODULE_NAME "mariadbbackend"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/limits.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/authenticator.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/clock.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
namespace maxscale
|
||||
{
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "maxscaled"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
@ -34,7 +35,6 @@
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxbase/atomic.h>
|
||||
#include <maxscale/adminusers.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include "maxscaled.h"
|
||||
#include <maxscale/maxadmin.h>
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "telnetd"
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
@ -33,7 +34,6 @@
|
||||
#include <maxbase/atomic.h>
|
||||
#include <telnetd.h>
|
||||
#include <maxscale/adminusers.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modinfo.h>
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user