MXS-2205 Convert mysql_utils.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-03 11:24:56 +02:00
parent 1701f87f00
commit 3e5818fcb6
31 changed files with 32 additions and 32 deletions

View File

@ -12,11 +12,11 @@
*/
#pragma once
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <stdlib.h>
#include <stdint.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/server.h>
#include <maxscale/server.hh>
MXS_BEGIN_DECLS