switch this header to 'pragma once' since I'm touching it already

This commit is contained in:
Jeff Epler 2022-12-07 15:14:54 -06:00
parent a1dd8405f4
commit 2326b49b24
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 4 deletions

View File

@ -24,8 +24,7 @@
* THE SOFTWARE.
*/
#ifndef MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
#define MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
#pragma once
#include "py/obj.h"
@ -49,5 +48,3 @@ typedef struct {
} socketpool_socket_obj_t;
void socket_user_reset(void);
#endif // MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H