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

@ -14,7 +14,7 @@
#define MXS_MODULE_NAME "avrorouter"
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <stdbool.h>
#include <stdint.h>
#include <string>
@ -26,9 +26,9 @@
#include <maxscale/users.h>
#include <cdc.hh>
#include <maxavro.h>
#include <binlog_common.h>
#include <binlog_common.hh>
#include <maxscale/protocol/mysql.hh>
#include <blr_constants.h>
#include <blr_constants.hh>
#include "rpl.hh"