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

@ -37,7 +37,7 @@
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/random.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/server.h>
#include <maxscale/service.hh>
#include <maxscale/utils.hh>

View File

@ -26,7 +26,7 @@
#include <sstream>
#include <maxscale/service.hh>
#include <maxscale/server.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxbase/atomic.h>
#include <maxscale/dcb.h>
#include <maxscale/log.h>

View File

@ -33,7 +33,7 @@
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/random.h>
#include <maxscale/router.h>
#include <maxscale/router.hh>
#include <maxscale/server.h>
#include <maxscale/service.hh>
#include <maxscale/utils.h>