summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-12-13 07:29:35 +0000
committerschwarze <schwarze@openbsd.org>2018-12-13 07:29:35 +0000
commita61ec4d2d128b285473a74569f2aeae4770352b0 (patch)
treec8b887d7f2bc5266497a34fc7fa02b8b0a6b688c
parentCleanup, no functional change: (diff)
downloadwireguard-openbsd-a61ec4d2d128b285473a74569f2aeae4770352b0.tar.xz
wireguard-openbsd-a61ec4d2d128b285473a74569f2aeae4770352b0.zip
libmdoc.h no longer needs mdoc.h
-rw-r--r--usr.bin/mandoc/att.c3
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) \