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