summaryrefslogtreecommitdiffstatshomepage
path: root/py/objmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objmodule.c')
-rw-r--r--py/objmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objmodule.c b/py/objmodule.c
index 791932dc7f..e0778b4cf2 100644
--- a/py/objmodule.c
+++ b/py/objmodule.c
@@ -1,6 +1,4 @@
#include <stdlib.h>
-#include <stdint.h>
-#include <string.h>
#include <assert.h>
#include "nlr.h"