Fix old header names in modules

Some of the modules still used the gw_authenticator.h name.
This commit is contained in:
Markus Mäkelä
2017-01-20 16:51:49 +02:00
parent 4ee7f4c91d
commit 468411250d
6 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@
#define MXS_MODULE_NAME "CDCPlainAuth"
#include <maxscale/gw_authenticator.h>
#include <maxscale/authenticator.h>
#include <sys/stat.h>
#include <cdc.h>
#include <maxscale/alloc.h>