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

@ -13,9 +13,9 @@
#include <maxscale/gw_authenticator.h>
#include <maxscale/modutil.h>
#include <maxscale/modules.h>
#include <maxscale/alloc.h>
#include "maxscale/modules.h"
/**
* @file authenticator.c - Authenticator module functions
*/