summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/obj.c')
-rw-r--r--py/obj.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/obj.c b/py/obj.c
index 0f36ef5690..e98dbae6cf 100644
--- a/py/obj.c
+++ b/py/obj.c
@@ -1,8 +1,5 @@
-#include <stdint.h>
-#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
-#include <string.h>
#include <assert.h>
#include "nlr.h"