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:
Esa Korhonen
2018-12-03 16:38:28 +02:00
parent 756593a718
commit d9ae298102
29 changed files with 526 additions and 551 deletions

View File

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