MXS-2205 Combine maxscale/server.h with maxscale/server.hh
The server-struct is still used in several .h-files.
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/random.h>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/utils.hh>
|
||||
#include <maxscale/pcre2.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxbase/atomic.h>
|
||||
#include <maxscale/dcb.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/random.h>
|
||||
#include <maxscale/router.hh>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/utils.h>
|
||||
#include <maxscale/routingworker.h>
|
||||
|
Reference in New Issue
Block a user