diff options
Diffstat (limited to 'py/objstr.c')
-rw-r--r-- | py/objstr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/py/objstr.c b/py/objstr.c index 64ba6c5fa..9762b0efd 100644 --- a/py/objstr.c +++ b/py/objstr.c @@ -1,6 +1,4 @@ -#include <stdlib.h> -#include <stdint.h> -#include <stdarg.h> +#include <stdbool.h> #include <string.h> #include <assert.h> |