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,5 +1,4 @@
#ifndef _MAXSCALE_PROTOCOL_MYSQL_H
#define _MAXSCALE_PROTOCOL_MYSQL_H
#pragma once
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -388,5 +387,3 @@ int mxs_mysql_send_ok(DCB *dcb, int sequence, int affected_rows, const char* mes
bool mxs_mysql_is_ok_packet(GWBUF *buffer);
MXS_END_DECLS
#endif /** _MYSQL_PROTOCOL_H */