diff options
Diffstat (limited to 'py/unicode.c')
-rw-r--r-- | py/unicode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/py/unicode.c b/py/unicode.c index 3951c2f8bb..a83e3ac06a 100644 --- a/py/unicode.c +++ b/py/unicode.c @@ -26,9 +26,7 @@ #include <stdint.h> -#include "mpconfig.h" -#include "misc.h" -#include "unicode.h" +#include "py/unicode.h" // attribute flags #define FL_PRINT (0x01) |