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

@ -13,12 +13,11 @@
#define MXS_MODULE_NAME "GSSAPIAuth"
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxscale/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/mysql_utils.hh>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/secrets.h>

View File

@ -13,10 +13,10 @@
#define MXS_MODULE_NAME "GSSAPIBackendAuth"
#include <maxscale/ccdefs.hh>
#include <maxscale/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/server.hh>

View File

@ -14,7 +14,7 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <stdint.h>
#include <stddef.h>
#include <gssapi.h>

View File

@ -13,7 +13,6 @@
#include "gssapi_auth.h"
#include <maxscale/alloc.h>
#include <maxscale/log.h>
/**
* @brief Report GSSAPI errors

View File

@ -23,7 +23,6 @@
#include <maxscale/alloc.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/maxscale.h>
#include <maxscale/mysql_utils.hh>
#include <maxscale/paths.h>

View File

@ -16,7 +16,6 @@
#include <string>
#include <string.h>
#include <maxscale/jansson.hh>
#include <maxscale/log.h>
#include <maxscale/secrets.h>
#include <maxscale/mysql_utils.hh>

View File

@ -14,7 +14,6 @@
#include "pam_backend_auth.hh"
#include <maxscale/authenticator.h>
#include <maxscale/log.h>
#include <maxscale/server.hh>
#include "pam_backend_session.hh"
#include "../pam_auth_common.hh"