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_GW_SSL_H
#define _MAXSCALE_GW_SSL_H
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
@ -83,5 +81,3 @@ bool ssl_required_but_not_negotiated(struct dcb *dcb);
const char* ssl_method_type_to_string(ssl_method_type_t method_type);
MXS_END_DECLS
#endif /* _GW_SSL_H */