summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/att.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-12-13 07:29:36 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-12-13 07:29:36 +0000
commitb1448de3f190181f7477b145599b95502119f8f0 (patch)
tree7b622ae6d8f7914814aa2792f191361eadf57705 /usr.bin/mandoc/att.c
parent0017a6052911907b1dc68517a2c0080598e528e3 (diff)
libmdoc.h no longer needs mdoc.h
Diffstat (limited to 'usr.bin/mandoc/att.c')
-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) \