aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-30 18:53:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-30 18:53:08 +0000
commitb9ac7e789aa2c1bf358e1d967a0b87ef2322744b (patch)
tree6f2ed9ac3c4097c3798ad30f4d5a77841743257a /tree.c
parent314f1f1e699245ecd79579db7c40c4fa85b0d484 (diff)
downloadmandoc-b9ac7e789aa2c1bf358e1d967a0b87ef2322744b.tar.gz
mandoc-b9ac7e789aa2c1bf358e1d967a0b87ef2322744b.tar.zst
mandoc-b9ac7e789aa2c1bf358e1d967a0b87ef2322744b.zip
More lint fixes.
Removed err.h from inclusions (less main.c--still in progress).
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tree.c b/tree.c
index 4220ba7d..24b19198 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.17 2009/10/26 17:05:44 kristaps Exp $ */
+/* $Id: tree.c,v 1.18 2009/10/30 18:53:09 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -15,7 +15,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <assert.h>
-#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>