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/log.h>
#include <maxscale/poll.h>
#include <maxscale/router.hh>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/service.hh>
#include <maxscale/utils.h>
#include <maxscale/routingworker.hh>

View File

@ -56,7 +56,7 @@
#include <maxscale/mysql_utils.hh>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/sqlite3.h>
#include <maxscale/session.h>
#include <maxscale/utils.h>

View File

@ -19,7 +19,7 @@
#include <string>
#include <deque>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/http.hh>
#include "httprequest.hh"

View File

@ -21,7 +21,7 @@
#include <mutex>
#include <maxbase/average.hh>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/resultset.hh>
#include <maxscale/routingworker.hh>

View File

@ -32,7 +32,7 @@
#include <maxbase/atomic.h>
#include <maxscale/config.hh>
#include <maxscale/clock.h>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/statistics.hh>
#include <maxscale/routingworker.hh>

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>

View File

@ -34,7 +34,7 @@
#include <string.h>
#include <maxscale/alloc.h>
#include <maxscale/server.h>
#include <maxscale/server.hh>
#include <maxscale/log.h>
#include <maxscale/paths.h>
#include <maxscale/config.hh>