MXS-2197: Make config.h and service.h C++ headers
This is the first step into converting the other headers into C++.
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
#include <maxscale/random.h>
|
||||
#include <maxscale/router.h>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/utils.hh>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/routingworker.h>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <maxavro.h>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/router.h>
|
||||
#include <maxbase/atomic.h>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include <maxscale/random.h>
|
||||
#include <maxscale/router.h>
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/utils.h>
|
||||
#include <maxscale/routingworker.h>
|
||||
#include <binlog_common.h>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <vector>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/mysql_binlog.h>
|
||||
#include <maxscale/users.h>
|
||||
#include <cdc.h>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <unordered_map>
|
||||
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/service.h>
|
||||
#include <maxscale/service.hh>
|
||||
#include <binlog_common.h>
|
||||
|
||||
typedef std::vector<uint8_t> Bytes;
|
||||
|
||||
Reference in New Issue
Block a user