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

@ -17,7 +17,7 @@
#endif
#include <iostream>
#include <maxscale/log.h>
#include <maxscale/log.hh>
#include "../config.cc"
using namespace std;

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,6 @@
#include <maxscale/alloc.h>
#include <maxscale/server.hh>
#include <maxscale/log.h>
#include <maxscale/paths.h>
#include <maxscale/config.hh>

View File

@ -34,7 +34,6 @@
#include <string.h>
#include <maxscale/users.h>
#include <maxscale/log.h>
static int test1()
{

View File

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