include/maxscale/gw.h removed.
In a subsequent change, the includes of server/core/*.c will be cleaned up, and if there is a common set of include files, needed by most, then a server/core/maxscale/core.h that includes those will be introduced.
This commit is contained in:
@ -78,7 +78,6 @@
|
||||
#include <maxscale/modules.h>
|
||||
#include <maxscale/router.h>
|
||||
#include <errno.h>
|
||||
#include <maxscale/gw.h>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/atomic.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
@ -86,6 +85,8 @@
|
||||
#include <maxscale/listener.h>
|
||||
#include <maxscale/hk_heartbeat.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
Reference in New Issue
Block a user