Skip to content

Commit 946f870

Browse files
committed
py/misc.h: Include stdint.h only once (unconditionally at the top).
1 parent 3a309d9 commit 946f870

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

py/misc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ size_t m_get_peak_bytes_allocated(void);
107107
/** unichar / UTF-8 *********************************************/
108108

109109
#if MICROPY_PY_BUILTINS_STR_UNICODE
110-
#include <stdint.h> // only include if we need it
111110
// with unicode enabled we need a type which can fit chars up to 0x10ffff
112111
typedef uint32_t unichar;
113112
#else

0 commit comments

Comments
 (0)