MXS-2197 Rename all module include files from .h to .hh

This commit is contained in:
Johan Wikman
2018-12-10 12:24:56 +02:00
parent c0c9a9858d
commit dc8c2f27f7
25 changed files with 31 additions and 95 deletions

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _BINLOG_COMMON_H
#define _BINLOG_COMMON_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -57,5 +55,3 @@ static inline REP_HEADER construct_header(uint8_t* ptr)
}
MXS_END_DECLS
#endif /* BINLOG_COMMON_H */

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _BLR_DEFINES_H
#define _BLR_DEFINES_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -16,15 +14,9 @@
/**
* @file blr_defines.h - Various definitions for binlogrouter
*
* @verbatim
* Revision History
*
* 26/04/16 Massimiliano Pinto Added MariaDB 10.0 and 10.1 GTID event flags detection
* @endverbatim
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
MXS_BEGIN_DECLS
@ -176,5 +168,3 @@ MXS_BEGIN_DECLS
#define MARIADB_FL_STANDALONE 1
MXS_END_DECLS
#endif

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _DEBUGCLI_H
#define _DEBUGCLI_H
/*
*
* Copyright (c) 2016 MariaDB Corporation Ab
@ -17,17 +15,9 @@
/**
* @file debugcli.h The debug interface to the gateway
*
* @verbatim
* Revision History
*
* Date Who Description
* 18/06/13 Mark Riddoch Initial implementation
*
* @endverbatim
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxscale/service.hh>
#include <maxscale/session.hh>
@ -64,5 +54,3 @@ typedef struct cli_session
} CLI_SESSION;
MXS_END_DECLS
#endif

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _TELNETD_H
#define _TELNETD_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -16,17 +14,9 @@
/**
* @file telnetd.h The telnetd protocol module header file
*
* @verbatim
* Revision History
*
* Date Who Description
* 17/07/13 Mark Riddoch Initial implementation
*
* @endverbatim
*/
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
@ -65,5 +55,3 @@ typedef struct telnetd
#define TELNET_SUPPRESS_GO_AHEAD 3
MXS_END_DECLS
#endif