MXS-2205 Combine maxscale/router.h with maxscale/router.hh

This commit is contained in:
Esa Korhonen
2018-12-03 15:00:56 +02:00
parent 2dc5015499
commit 756593a718
39 changed files with 309 additions and 331 deletions

View File

@ -52,7 +52,7 @@
#include <maxscale/maxscale.h>
#include <maxscale/paths.h>
#include <maxscale/pcre2.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>
#include <maxscale/utils.h>
#include <maxscale/utils.hh>

View File

@ -31,7 +31,7 @@
#include <maxscale/jansson.hh>
#include <maxscale/json_api.h>
#include <maxscale/paths.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/users.h>
#include "internal/config.hh"

View File

@ -46,7 +46,7 @@
#include <maxscale/listener.hh>
#include <maxscale/log.h>
#include <maxscale/poll.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/server.h>
#include <maxscale/service.hh>
#include <maxscale/utils.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/json_api.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/protocol.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/filter.hh>
#include <maxscale/authenticator.h>
#include <maxscale/monitor.hh>

View File

@ -46,7 +46,7 @@
#include <maxscale/poll.h>
#include <maxscale/protocol.h>
#include <maxscale/resultset.hh>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/server.h>
#include <maxscale/session.h>
#include <maxscale/users.h>

View File

@ -35,7 +35,7 @@
#include <maxscale/log.h>
#include <maxscale/modutil.hh>
#include <maxscale/poll.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/routingworker.hh>
#include <maxscale/service.hh>
#include <maxscale/utils.h>