Replace include guards with #pragma once

This commit is contained in:
Johan Wikman
2016-10-26 08:23:15 +03:00
parent f2bee763f8
commit d7ce3ad75b
52 changed files with 1 additions and 211 deletions

View File

@ -1,6 +1,4 @@
#pragma once
#ifndef _MAXSCALE_MYSQL_UTILS_H
#define _MAXSCALE_MYSQL_UTILS_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -34,5 +32,3 @@ char* lestr_consume(uint8_t** c, size_t *size);
MYSQL *mxs_mysql_real_connect(MYSQL *mysql, SERVER *server, const char *user, const char *passwd);
MXS_END_DECLS
#endif