MXS-2196: Combine session.h and session.hh

Combined the public session headers into one.
This commit is contained in:
Markus Mäkelä
2018-11-30 14:14:36 +02:00
parent 5a79dbfb53
commit 3b5e45ceee
29 changed files with 717 additions and 741 deletions

View File

@ -39,7 +39,7 @@
#include <maxscale/poll.h>
#include <maxscale/router.hh>
#include <maxscale/service.hh>
#include <maxscale/session.h>
#include <maxscale/session.hh>
/* The router entry points */
static MXS_ROUTER* createInstance(SERVICE* service, MXS_CONFIG_PARAMETER* params);