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

@ -38,7 +38,6 @@
#include <maxscale/externcmd.h>
#include <maxscale/gwdirs.h>
#include <maxscale/log_manager.h>
#include <maxscale/modules.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/pcre2.h>
#include <maxscale/secrets.h>
@ -46,6 +45,7 @@
#include "maxscale/config.h"
#include "maxscale/monitor.h"
#include "maxscale/modules.h"
static MXS_MONITOR *allMonitors = NULL;
static SPINLOCK monLock = SPINLOCK_INIT;