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

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