Remove skygw_types.h
Some stuff moved to maxscale/utils.h. Further cleanup still needed.
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -39,6 +39,7 @@
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <maxscale/filter.h>
|
||||
|
Reference in New Issue
Block a user