MXS-2205 Combine maxscale/modutil.h with maxscale/modutil.hh
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <maxscale/authenticator.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
|
||||
#include "internal/modules.hh"
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/utils.h>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include <maxscale/queryclassifier.hh>
|
||||
#include <unordered_map>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include <maxscale/housekeeper.h>
|
||||
#include <maxscale/json_api.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.h>
|
||||
#include <maxscale/router.h>
|
||||
#include <maxscale/routingworker.hh>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
#include <maxscale/session_command.hh>
|
||||
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
|
||||
namespace maxscale
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/buffer.h>
|
||||
|
||||
/**
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <maxscale/modutil.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include "../core/internal/query_classifier.hh"
|
||||
|
||||
Reference in New Issue
Block a user