Remove skygw_utils.h
The general purpose stuff in skygw_utils.h was moved to utils.h and the corresponding implementation from skygw_utils.cc to utils.c. Includes updated accordingly. Skygw_utils.h is now only used by log_manager and by mlist, which is only used by log_manager. Consequently, skygw_utils.h was moved to server/maxscale. Utils.h needs a separate overhaul.
This commit is contained in:
@ -46,7 +46,6 @@
|
||||
* 31/05/2016 Martin Brampton Implement connection throttling
|
||||
*/
|
||||
#include <maxscale/gw_protocol.h>
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
|
Reference in New Issue
Block a user