diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-22 18:57:23 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-22 18:57:23 +0000 |
commit | 322e9f202c55a90688e5243b26f9fe13233b06d6 (patch) | |
tree | aba7ac26366d9bbe229fb31209028de396e0734c /contrib/mdocml/lib.c | |
parent | 94074b10c06e084bdb5dbf5e550c6f73d8083f99 (diff) | |
parent | eb03421ddbdfb35eb3ab61dbe59c906ce9e5db96 (diff) | |
download | FreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.zip FreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.tar.gz |
Update mandoc to 1.13.1
Diffstat (limited to 'contrib/mdocml/lib.c')
-rw-r--r-- | contrib/mdocml/lib.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/mdocml/lib.c b/contrib/mdocml/lib.c index 7a18a5d..8cc8a77 100644 --- a/contrib/mdocml/lib.c +++ b/contrib/mdocml/lib.c @@ -1,4 +1,4 @@ -/* $Id: lib.c,v 1.9 2011/03/22 14:33:05 kristaps Exp $ */ +/* $Id: lib.c,v 1.10 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -18,12 +18,9 @@ #include "config.h" #endif -#include <stdlib.h> #include <string.h> -#include <time.h> #include "mdoc.h" -#include "mandoc.h" #include "libmdoc.h" #define LINE(x, y) \ |