aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/xml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 17:09:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 17:09:12 +0000
commitde293edce893b52ed59d9c7bff96f77a591319e1 (patch)
tree6831daa628ac0da230cb3b5215b5253e818a4ac2 /xml.c
parentf71c769f3131a98555b338bfb3f462d3bb674108 (diff)
downloadmandoc-de293edce893b52ed59d9c7bff96f77a591319e1.tar.gz
mandoc-de293edce893b52ed59d9c7bff96f77a591319e1.tar.zst
mandoc-de293edce893b52ed59d9c7bff96f77a591319e1.zip
Considerable clean-ups.
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml.c b/xml.c
index 6d7da207..212778e5 100644
--- a/xml.c
+++ b/xml.c
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.20 2008/12/08 12:46:28 kristaps Exp $ */
+/* $Id: xml.c,v 1.21 2008/12/09 17:09:12 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <string.h>
-#include "libmdocml.h"
#include "private.h"
#include "ml.h"