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/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/mysql_utils.hh>
#include <maxscale/protocol/mysql.h>

View File

@ -15,7 +15,7 @@
#include <maxscale/alloc.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/server.hh>

View File

@ -29,7 +29,7 @@
#include <maxscale/authenticator.h>
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <openssl/bio.h>
#include <maxscale/service.hh>

View File

@ -31,7 +31,7 @@
#include <maxscale/authenticator.h>
#include <maxscale/alloc.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/adminusers.h>
#include <maxscale/users.h>

View File

@ -22,7 +22,7 @@
#include <stdio.h>
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/maxscale.h>
#include <maxscale/mysql_utils.hh>

View File

@ -20,7 +20,7 @@
#include <arpa/inet.h>
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.hh>
#include <maxscale/service.hh>
#include <maxscale/sqlite3.h>

View File

@ -31,7 +31,7 @@
#include <maxscale/authenticator.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/users.h>

View File

@ -31,7 +31,7 @@
#include <maxscale/authenticator.h>
#include <maxscale/modinfo.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/buffer.h>
#include <maxscale/users.h>

View File

@ -22,7 +22,7 @@
#include <string>
#include <maxscale/alloc.h>
#include <maxscale/buffer.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.h>
using std::string;

View File

@ -20,5 +20,5 @@
#include <maxscale/ccdefs.hh>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.h>