summaryrefslogtreecommitdiff
path: root/xml.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 01:59:14 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 02:14:57 +0100
commitd4c8c60b3885873dcc212c8134f23b2739aedbd2 (patch)
tree663a396b3be12be7260deea0f0a8356380aac655 /xml.c
parent89beec4875174d56ea926391d812e1604ff55615 (diff)
cleanup some includes
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xml.c b/xml.c
index 9c5d5fc..e6c27d7 100644
--- a/xml.c
+++ b/xml.c
@@ -1,8 +1,5 @@
-#include <sys/types.h>
-
#include <ctype.h>
#include <errno.h>
-#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>