MXS-2205 Convert internal/maxscale.h and internal/dcb.h to .hh

This commit is contained in:
Esa Korhonen
2018-11-30 18:54:54 +02:00
parent cdf323384c
commit 1701f87f00
10 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@
* the state data and pointers to other components that relate to the * the state data and pointers to other components that relate to the
* use of a file descriptor. * use of a file descriptor.
*/ */
#include "internal/dcb.h" #include "internal/dcb.hh"
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>

View File

@ -66,7 +66,7 @@
#include "internal/admin.hh" #include "internal/admin.hh"
#include "internal/config.hh" #include "internal/config.hh"
#include "internal/maxscale.h" #include "internal/maxscale.hh"
#include "internal/modules.hh" #include "internal/modules.hh"
#include "internal/monitor.hh" #include "internal/monitor.hh"
#include "internal/poll.hh" #include "internal/poll.hh"

View File

@ -13,7 +13,7 @@
#pragma once #pragma once
/** /**
* @file core/maxscale/maxscale.h - The private maxscale general definitions * @file core/maxscale/maxscale.hh - The private maxscale general definitions
*/ */
#include <maxscale/maxscale.h> #include <maxscale/maxscale.h>

View File

@ -17,7 +17,7 @@
#include <maxscale/routingworker.hh> #include <maxscale/routingworker.hh>
#include "internal/maxscale.h" #include "internal/maxscale.hh"
#include "internal/service.hh" #include "internal/service.hh"
static time_t started; static time_t started;

View File

@ -34,7 +34,7 @@
#include <maxscale/utils.hh> #include <maxscale/utils.hh>
#include <maxscale/statistics.hh> #include <maxscale/statistics.hh>
#include "internal/dcb.h" #include "internal/dcb.hh"
#include "internal/modules.hh" #include "internal/modules.hh"
#include "internal/poll.hh" #include "internal/poll.hh"
#include "internal/service.hh" #include "internal/service.hh"

View File

@ -61,7 +61,7 @@
#include "internal/filter.hh" #include "internal/filter.hh"
#include "internal/modules.hh" #include "internal/modules.hh"
#include "internal/service.hh" #include "internal/service.hh"
#include "internal/maxscale.h" #include "internal/maxscale.hh"
/** This define is needed in CentOS 6 systems */ /** This define is needed in CentOS 6 systems */
#if !defined (UINT64_MAX) #if !defined (UINT64_MAX)

View File

@ -41,7 +41,7 @@
#include <maxscale/utils.h> #include <maxscale/utils.h>
#include <maxscale/protocol/mysql.h> #include <maxscale/protocol/mysql.h>
#include "internal/dcb.h" #include "internal/dcb.hh"
#include "internal/filter.hh" #include "internal/filter.hh"
#include "internal/session.hh" #include "internal/session.hh"
#include "internal/service.hh" #include "internal/service.hh"

View File

@ -58,7 +58,7 @@
#include "../../../core/internal/config.hh" #include "../../../core/internal/config.hh"
#include "../../../core/internal/config_runtime.hh" #include "../../../core/internal/config_runtime.hh"
#include "../../../core/internal/maxscale.h" #include "../../../core/internal/maxscale.hh"
#include "../../../core/internal/modules.hh" #include "../../../core/internal/modules.hh"
#include "../../../core/internal/monitor.hh" #include "../../../core/internal/monitor.hh"
#include "../../../core/internal/poll.hh" #include "../../../core/internal/poll.hh"

View File

@ -45,7 +45,7 @@
#include <maxscale/service.hh> #include <maxscale/service.hh>
#include <maxscale/version.h> #include <maxscale/version.h>
#include "../../../core/internal/maxscale.h" #include "../../../core/internal/maxscale.hh"
#include "../../../core/internal/modules.hh" #include "../../../core/internal/modules.hh"
#include "../../../core/internal/monitor.hh" #include "../../../core/internal/monitor.hh"
#include "../../../core/internal/poll.hh" #include "../../../core/internal/poll.hh"