MXS-2196: Combine session.h and session.hh
Combined the public session headers into one.
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
#include <maxbase/worker.hh>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/utils.h>
|
||||
|
||||
static GWBUF* blr_make_query(DCB* dcb, char* query);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -38,7 +38,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);
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
||||
struct maxinfo_session;
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
#include <string.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
|
||||
Reference in New Issue
Block a user