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

@ -20,7 +20,7 @@
#include <maxscale/dcb.h>
#include <maxscale/paths.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/session.h>
#include <maxscale/session.hh>
#include <maxscale/json_api.h>
#include "../internal/monitor.hh"