Skip to content

Commit 2326b49

Browse files
committed
switch this header to 'pragma once' since I'm touching it already
1 parent a1dd840 commit 2326b49

File tree

1 file changed

+1
-4
lines changed
  • ports/espressif/common-hal/socketpool

1 file changed

+1
-4
lines changed

ports/espressif/common-hal/socketpool/Socket.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#ifndef MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
28-
#define MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
27+
#pragma once
2928

3029
#include "py/obj.h"
3130

@@ -49,5 +48,3 @@ typedef struct {
4948
} socketpool_socket_obj_t;
5049

5150
void socket_user_reset(void);
52-
53-
#endif // MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H

0 commit comments

Comments
 (0)