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

@ -21,7 +21,7 @@
#include <maxscale/buffer.h>
#include <maxscale/protocol.h>
#include <maxscale/service.hh>
#include <maxscale/session.h>
#include <maxscale/session.hh>
#include <sys/ioctl.h>
#include <errno.h>
#include <pwd.h>