summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-07-29 12:58:06 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-07-29 12:59:54 +0200
commit2bf284e42344c24491f7d32ca91736279f901f82 (patch)
tree77040db316819abf4244f5652acc7529c0a69729 /xml.h
parent54d062900808b5646bd8e9b0ec856c0a42da90dd (diff)
improve includes (dont include headers in .h), fix build on Linux
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xml.h b/xml.h
index 03abdbf..b20cc95 100644
--- a/xml.h
+++ b/xml.h
@@ -1,7 +1,3 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
typedef struct xmlparser {
/* handlers */
void (*xmltagstart)(struct xmlparser *, const char *, size_t);