Make routingworker.hh public

Given that worker.hh was public, it made sense to make routingworker.hh
public as well. This removes the need to include private headers in
modules and allows C++ constructs to be used in C++ code when previously
only the C API was available.
This commit is contained in:
Markus Mäkelä
2018-08-30 03:21:21 +03:00
parent bd2e23fb85
commit 26dfb19ea4
16 changed files with 58 additions and 35 deletions

View File

@ -39,11 +39,11 @@
#include <maxscale/utils.h>
#include <maxscale/json_api.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/routingworker.hh>
#include "internal/dcb.h"
#include "internal/filter.hh"
#include "internal/routingworker.hh"
#include "internal/session.h"
#include "internal/session.hh"
#include "internal/service.hh"
using std::string;