summaryrefslogtreecommitdiffstatshomepage
path: root/py/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/parse.c')
-rw-r--r--py/parse.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/py/parse.c b/py/parse.c
index a7b73a5673..1381f1293d 100644
--- a/py/parse.c
+++ b/py/parse.c
@@ -1,9 +1,6 @@
-#include <unistd.h>
-#include <stdlib.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
-#include <ctype.h>
-#include <string.h>
#include <assert.h>
#include "misc.h"