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:
Johan Wikman
2018-12-10 11:20:01 +02:00
parent 1b5b789342
commit c0c9a9858d
116 changed files with 64 additions and 123 deletions

View File

@ -43,7 +43,6 @@
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/maxscale.h>
#include <maxscale/log.h>
#include <maxscale/resultset.hh>
#include <maxscale/version.h>
#include <maxscale/resultset.hh>

View File

@ -28,7 +28,7 @@
#define MXS_MODULE_NAME "maxinfo"
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxscale/service.hh>
#include <maxscale/session.hh>
#include <maxscale/resultset.hh>

View File

@ -37,7 +37,6 @@
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/poll.hh>
#include <maxscale/log.h>
/**

View File

@ -35,7 +35,6 @@
#include <maxbase/atomic.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/maxscale.h>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>

View File

@ -39,7 +39,6 @@
#include <maxbase/atomic.h>
#include <maxscale/dcb.hh>
#include <maxscale/poll.hh>
#include <maxscale/log.h>
static MAXINFO_TREE* make_tree_node(MAXINFO_OPERATOR, char*, MAXINFO_TREE*, MAXINFO_TREE*);
void maxinfo_free_tree(MAXINFO_TREE*); // This function is needed by maxinfo.c