diff options
Diffstat (limited to 'py/objarray.c')
-rw-r--r-- | py/objarray.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/objarray.c b/py/objarray.c index d0b3e003b8..ee43bde960 100644 --- a/py/objarray.c +++ b/py/objarray.c @@ -1,7 +1,4 @@ -#include <stdlib.h> -#include <stdint.h> #include <string.h> -#include <stdarg.h> #include <assert.h> #include "nlr.h" |