MXS-2014 Rename log_manager.h to log.h

There's nothing resembling a manager anymore.
This commit is contained in:
Johan Wikman
2018-08-16 14:47:25 +03:00
parent 894d4eb034
commit cf0aeed516
117 changed files with 116 additions and 116 deletions

View File

@ -18,7 +18,7 @@
#include <maxscale/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/secrets.h>

View File

@ -16,7 +16,7 @@
#include <maxscale/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/server.h>

View File

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

View File

@ -23,7 +23,7 @@
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>

View File

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

View File

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