diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mandoc/att.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/att.c b/usr.bin/mandoc/att.c index 6d25bd605e3..b77a8c9b922 100644 --- a/usr.bin/mandoc/att.c +++ b/usr.bin/mandoc/att.c @@ -1,4 +1,4 @@ -/* $OpenBSD: att.c,v 1.12 2017/06/24 14:38:27 schwarze Exp $ */ +/* $OpenBSD: att.c,v 1.13 2018/12/13 07:29:35 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -19,7 +19,6 @@ #include "mandoc.h" #include "roff.h" -#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \ |