summaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
authorNick White <arch@njw.me.uk>2008-04-03 01:43:59 +0000
committerNick White <arch@njw.me.uk>2008-04-03 01:43:59 +0000
commit4156c47a7d1fe3e16935180fb00c138229436ef1 (patch)
treee28f1a0982e6e7a8aa42ebe7286a9f74d19f20f8 /src/xml.c
parent826bbe3e256a9008c6d4397de418429c79b7d8b8 (diff)
Removed unused header includes
Removed a few string.h includes which are no longer used git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-37
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index 1ed8517..9d59cf4 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -19,7 +19,6 @@
*/
#include <stdio.h>
-#include <string.h>
#include <unistd.h>
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>