MXS-2196: Rename dcb.h to dcb.hh

This commit is contained in:
Markus Mäkelä
2018-11-30 14:29:13 +02:00
parent 3b5e45ceee
commit ad12ff6d06
73 changed files with 78 additions and 77 deletions

View File

@ -17,7 +17,7 @@
*/
#include <maxscale/cdefs.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/users.h>
MXS_BEGIN_DECLS

View File

@ -21,7 +21,7 @@
#include <maxbase/jansson.h>
#include <maxscale/buffer.hh>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/routing.h>
#include <maxscale/session.hh>

View File

@ -17,7 +17,7 @@
*/
#include <maxscale/cdefs.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
MXS_BEGIN_DECLS

View File

@ -24,7 +24,7 @@
#include <maxscale/ccdefs.hh>
#include <maxbase/jansson.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/filter.hh>
#include <maxscale/monitor.hh>
#include <maxscale/server.hh>

View File

@ -19,7 +19,7 @@
#include <maxscale/ccdefs.hh>
#include <string>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/pcre2.h>
#define PTR_IS_RESULTSET(b) (b[0] == 0x01 && b[1] == 0x0 && b[2] == 0x0 && b[3] == 0x01)

View File

@ -24,7 +24,7 @@
#include <maxbase/worker.hh>
#include <maxbase/jansson.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/server.hh>
#include <maxscale/protocol/mysql.h>

View File

@ -19,7 +19,7 @@
#include <maxscale/cdefs.h>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
MXS_BEGIN_DECLS

View File

@ -37,7 +37,7 @@
#include <unistd.h>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/session.hh>
#include <maxscale/version.h>

View File

@ -19,7 +19,7 @@
#include <string>
#include <vector>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/mysql_binlog.h>
/**

View File

@ -17,7 +17,7 @@
#include <string>
#include <maxbase/jansson.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#define MAX_SERVER_ADDRESS_LEN 1024
#define MAX_SERVER_MONUSER_LEN 1024

View File

@ -24,7 +24,7 @@
#include <maxbase/jansson.h>
#include <maxscale/config.hh>
#include <maxscale/protocol.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/listener.hh>
#include <maxscale/filter.hh>
#include <maxscale/server.hh>

View File

@ -18,7 +18,7 @@
#include <maxbase/atomic.h>
#include <maxbase/jansson.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/log.h>
#include <maxscale/utils.hh>

View File

@ -18,7 +18,7 @@
#include <maxscale/cdefs.h>
#include <maxbase/jansson.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/listener.hh>
#include <maxscale/service.hh>
#include <openssl/sha.h>