diff options
author | 2018-12-13 07:29:35 +0000 | |
---|---|---|
committer | 2018-12-13 07:29:35 +0000 | |
commit | a61ec4d2d128b285473a74569f2aeae4770352b0 (patch) | |
tree | c8b887d7f2bc5266497a34fc7fa02b8b0a6b688c | |
parent | Cleanup, no functional change: (diff) | |
download | wireguard-openbsd-a61ec4d2d128b285473a74569f2aeae4770352b0.tar.xz wireguard-openbsd-a61ec4d2d128b285473a74569f2aeae4770352b0.zip |
libmdoc.h no longer needs mdoc.h
-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) \ |