Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef PACKET_PEER_MBED_DTLS_H
|
||||
#define PACKET_PEER_MBED_DTLS_H
|
||||
#pragma once
|
||||
|
||||
#include "tls_context_mbedtls.h"
|
||||
|
||||
@ -83,5 +82,3 @@ public:
|
||||
PacketPeerMbedDTLS();
|
||||
~PacketPeerMbedDTLS();
|
||||
};
|
||||
|
||||
#endif // PACKET_PEER_MBED_DTLS_H
|
||||
|
||||
Reference in New Issue
Block a user