diff options
Diffstat (limited to 'py/objlist.c')
-rw-r--r-- | py/objlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objlist.c b/py/objlist.c index aa082ea34b..f43670d603 100644 --- a/py/objlist.c +++ b/py/objlist.c @@ -1,5 +1,3 @@ -#include <stdlib.h> -#include <stdint.h> #include <string.h> #include <assert.h> |