We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a309d9 commit 946f870Copy full SHA for 946f870
1 file changed
py/misc.h
@@ -107,7 +107,6 @@ size_t m_get_peak_bytes_allocated(void);
107
/** unichar / UTF-8 *********************************************/
108
109
#if MICROPY_PY_BUILTINS_STR_UNICODE
110
-#include <stdint.h> // only include if we need it
111
// with unicode enabled we need a type which can fit chars up to 0x10ffff
112
typedef uint32_t unichar;
113
#else
0 commit comments