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:
@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
#include "../config.cc"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
using namespace maxscale;
|
||||
using namespace std;
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <time.h>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
static void skygw_log_enable(int priority)
|
||||
{
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include <time.h>
|
||||
#include <maxbase/assert.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
|
||||
static void skygw_log_enable(int priority)
|
||||
{
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
#include <semaphore.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
#include <maxscale/random.h>
|
||||
|
||||
using std::cerr;
|
||||
|
||||
@ -35,7 +35,6 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/config.hh>
|
||||
|
||||
|
||||
@ -34,7 +34,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <maxscale/users.h>
|
||||
#include <maxscale/log.h>
|
||||
|
||||
static int test1()
|
||||
{
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/housekeeper.h>
|
||||
#include <maxscale/maxscale_test.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/log.hh>
|
||||
#include <maxscale/config.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/paths.h>
|
||||
|
||||
Reference in New Issue
Block a user