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

@ -11,13 +11,13 @@
* Public License.
*/
#include <binlog_common.hh>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <unistd.h>
#include <binlog_common.h>
#include <blr_constants.h>
#include <blr_constants.hh>
#include <maxscale/log.hh>
/**