]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
Using perror() instead of fprintf for failure from library functions.
[mandoc.git] / mdoc_term.c
index 8d3371500fcf36a6647d2a7f74640decabbc310a..1e47dc62fa237013bf99cfb95ba5b1d54f5ee376 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.98 2009/10/27 08:49:44 kristaps Exp $ */
+/*     $Id: mdoc_term.c,v 1.99 2009/10/30 18:53:09 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 <stdlib.h>
 #include <string.h>