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

@ -13,7 +13,7 @@
#define MXS_MODULE_NAME "GSSAPIBackendAuth"
#include <maxscale/gw_authenticator.h>
#include <maxscale/authenticator.h>
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/log_manager.h>