maxconfig.h renamed to config.h
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <ini.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/config.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/service.h>
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/modules.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/config.h>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/housekeeper.h>
|
||||
#include <maxscale/service.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/config.h>
|
||||
|
||||
/**
|
||||
* @brief Calculate the length of a length-encoded integer in bytes
|
||||
|
@ -27,9 +27,8 @@
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/gw.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/housekeeper.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/config.h>
|
||||
#include <mysql.h>
|
||||
#include <maxscale/resultset.h>
|
||||
#include <maxscale/session.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <maxscale/statistics.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/maxconfig.h>
|
||||
#include <maxscale/config.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/platform.h>
|
||||
|
||||
|
Reference in New Issue
Block a user