Rename gw_protocol.h to protocol.h

This commit is contained in:
Johan Wikman
2017-01-05 10:19:11 +02:00
parent 1c8a4b13b9
commit 19ce28a43a
14 changed files with 13 additions and 13 deletions

View File

@ -45,7 +45,7 @@
* 07/02/2016 Martin Brampton Split off authentication and SSL.
* 31/05/2016 Martin Brampton Implement connection throttling
*/
#include <maxscale/gw_protocol.h>
#include <maxscale/protocol.h>
#include <maxscale/alloc.h>
#include <maxscale/log_manager.h>
#include <maxscale/protocol/mysql.h>