Move modules.h to core/maxscale

Also remove some unnecessary includes + cleanup
This commit is contained in:
Esa Korhonen
2017-01-19 14:20:19 +02:00
parent 53c5b475ad
commit eff34b91fb
22 changed files with 29 additions and 30 deletions

View File

@ -54,7 +54,6 @@
#include <maxscale/housekeeper.h>
#include <maxscale/listener.h>
#include <maxscale/log_manager.h>
#include <maxscale/modules.h>
#include <maxscale/poll.h>
#include <maxscale/protocol.h>
#include <maxscale/queuemanager.h>
@ -70,6 +69,7 @@
#include "maxscale/config.h"
#include "maxscale/filter.h"
#include "maxscale/service.h"
#include "maxscale/modules.h"
/** Base value for server weights */
#define SERVICE_BASE_SERVER_WEIGHT 1000