summaryrefslogtreecommitdiffstatshomepage
path: root/html.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 /html.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 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index 8626e91e..f096720f 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.73 2009/10/30 18:50:11 kristaps Exp $ */
+/* $Id: html.c,v 1.74 2009/10/30 18:53:08 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -18,7 +18,6 @@
#include <assert.h>
#include <ctype.h>
-#include <err.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>