summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--py/misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/misc.h b/py/misc.h
index 1411d03043..a1d3e1ce30 100644
--- a/py/misc.h
+++ b/py/misc.h
@@ -107,7 +107,6 @@ size_t m_get_peak_bytes_allocated(void);
/** unichar / UTF-8 *********************************************/
#if MICROPY_PY_BUILTINS_STR_UNICODE
-#include <stdint.h> // only include if we need it
// with unicode enabled we need a type which can fit chars up to 0x10ffff
typedef uint32_t unichar;
#else