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

@ -20,7 +20,7 @@
#include <mysql.h>
#include <unistd.h>
#include <maxscale/paths.h>
#include <maxscale/log.h>
#include <maxscale/log.hh>
char* append(char* types, const char* type_name, size_t* lenp)
{

View File

@ -22,7 +22,7 @@
#include <sstream>
#include <my_config.h>
#include <maxscale/paths.h>
#include <maxscale/log.h>
#include <maxscale/log.hh>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/query_classifier.h>
#include "../../server/modules/protocol/MySQL/mariadbclient/setsqlmodeparser.hh"

View File

@ -14,7 +14,7 @@
#include <unistd.h>
#include <chrono>
#include <iostream>
#include <maxscale/log.h>
#include <maxscale/log.hh>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/protocol/mysql.hh>

View File

@ -12,7 +12,7 @@
*/
#include <iostream>
#include <maxscale/log.h>
#include <maxscale/log.hh>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/server.hh>