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

@ -39,7 +39,7 @@
#include <maxbase/worker.h>
#include <maxscale/alloc.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>

View File

@ -32,7 +32,7 @@
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>

View File

@ -33,7 +33,7 @@
#include <maxscale/server.hh>
#include <maxscale/router.hh>
#include <maxbase/atomic.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/encryption.h>
#include <maxscale/log.h>
#include <maxscale/paths.h>

View File

@ -43,7 +43,7 @@
#include <maxscale/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/buffer.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>

View File

@ -37,7 +37,7 @@
#include <maxscale/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/clock.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/maxscale.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/server.hh>
#include <maxscale/router.hh>
#include <maxbase/atomic.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <time.h>
#include <maxscale/log.h>