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

@ -25,7 +25,7 @@
#include <mysqld_error.h>
#include <maxscale/alloc.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/modinfo.h>
#include <maxscale/mysql_utils.hh>

View File

@ -21,9 +21,10 @@
#include <maxbase/assert.h>
#include <maxbase/format.hh>
#include <maxscale/alloc.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/modulecmd.hh>
#include <maxscale/mysql_utils.hh>
#include <maxscale/routingworker.h>
#include <maxscale/secrets.h>
#include <maxscale/utils.h>

View File

@ -25,8 +25,8 @@
#include <mysqld_error.h>
#include <maxscale/alloc.h>
#include <maxscale/config.hh>
#include <maxscale/dcb.h>
#include <maxscale/dcb.h>
#include <maxscale/dcb.hh>
#include <maxscale/dcb.hh>
#include <maxscale/log.h>
#include <maxscale/modinfo.h>
#include <maxscale/mysql_utils.hh>