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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user