Remove skygw_types.h

Some stuff moved to maxscale/utils.h. Further cleanup still needed.
This commit is contained in:
Johan Wikman
2016-10-14 14:21:09 +03:00
parent 0800bf4a59
commit bff2cfb7e5
23 changed files with 27 additions and 71 deletions

View File

@ -70,7 +70,6 @@
#include <maxscale/query_classifier.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/spinlock.h>
#include <maxscale/skygw_types.h>
#include <time.h>
#include <assert.h>
#include <regex.h>

View File

@ -36,7 +36,6 @@
* or diagnostic being made for the session script.
*/
#include <maxscale/skygw_types.h>
#include <maxscale/spinlock.h>
#include <maxscale/debug.h>
#include <maxscale/log_manager.h>

View File

@ -39,6 +39,7 @@
* @endverbatim
*/
#include <ctype.h>
#include <stdio.h>
#include <fcntl.h>
#include <maxscale/filter.h>