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

@ -34,7 +34,6 @@
#include <unistd.h>
#include <string.h>
#include <dlfcn.h>
#include <maxscale/modules.h>
#include <maxscale/modinfo.h>
#include <maxscale/log_manager.h>
#include <maxscale/version.h>
@ -45,6 +44,8 @@
#include <maxscale/gwdirs.h>
#include <maxscale/alloc.h>
#include "maxscale/modules.h"
typedef struct loaded_module
{
char *module; /**< The name of the module */