MXS-1398: Clean up mysql.h header

Cleaned up the MaxScale version of the mysql.h header by removing all
unused includes. This revealed a large amount of dependencies on these
removed includes in other files which needed to be fixed.

Also sorted all includes in changed files by type and alphabetical
order. Removed explicit revision history from modified files.
This commit is contained in:
Markus Mäkelä
2017-09-08 11:43:07 +03:00
parent f07cc2b3ef
commit 3676dcebb1
29 changed files with 194 additions and 315 deletions

View File

@ -36,12 +36,8 @@
#include <sys/un.h>
#include <unistd.h>
#include <maxscale/housekeeper.h>
#include <maxscale/poll.h>
#include <maxscale/router.h>
#include <maxscale/service.h>
#include <maxscale/users.h>
#include <maxscale/utils.h>
#include <maxscale/dcb.h>
#include <maxscale/session.h>
#include <maxscale/version.h>
MXS_BEGIN_DECLS