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:
Johan Wikman
2016-10-17 11:23:14 +03:00
parent 63b5c10f31
commit f0cf391c18
23 changed files with 10 additions and 67 deletions

View File

@ -32,7 +32,6 @@
#include <cdc.h>
#include <maxscale/alloc.h>
#include <maxscale/gw.h>
#include <maxscale/modinfo.h>
#include <maxscale/log_manager.h>
#include <maxscale/gw_protocol.h>

View File

@ -33,9 +33,9 @@
*/
#include "httpd.h"
#include <ctype.h>
#include <maxscale/alloc.h>
#include <maxscale/gw_protocol.h>
#include <maxscale/gw.h>
#include <maxscale/modinfo.h>
#include <maxscale/log_manager.h>
#include <maxscale/resultset.h>

View File

@ -37,7 +37,6 @@
#include <maxscale/router.h>
#include <maxscale/poll.h>
#include <maxscale/atomic.h>
#include <maxscale/gw.h>
MXS_BEGIN_DECLS

View File

@ -16,7 +16,6 @@
#include <maxscale/modutil.h>
#include <maxscale/utils.h>
#include <netinet/tcp.h>
#include <maxscale/gw.h>
#include <mysqld_error.h>
/*

View File

@ -52,7 +52,6 @@
#include <mysql_auth.h>
#include <maxscale/gw_ssl.h>
#include <maxscale/poll.h>
#include <maxscale/gw.h>
#include <maxscale/modinfo.h>
#include <sys/stat.h>
#include <maxscale/modutil.h>

View File

@ -42,7 +42,6 @@
*
*/
#include <maxscale/gw.h>
#include <maxscale/utils.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/alloc.h>

View File

@ -21,14 +21,15 @@
#include <maxscale/session.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <pwd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <maxscale/router.h>
#include <maxscale/poll.h>
#include <maxscale/atomic.h>
#include <maxscale/gw.h>
#include <maxscale/adminusers.h>
#include <maxscale/log_manager.h>
#include <maxscale/modinfo.h>

View File

@ -28,7 +28,6 @@
#include <maxscale/router.h>
#include <maxscale/poll.h>
#include <maxscale/atomic.h>
#include <maxscale/gw.h>
#include <telnetd.h>
#include <maxscale/adminusers.h>
#include <maxscale/log_manager.h>