=================================================================== RCS file: /cvs/mandoc/att.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- mandoc/att.c 2018/12/13 07:30:21 1.17 +++ mandoc/att.c 2018/12/13 11:55:46 1.18 @@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.17 2018/12/13 07:30:21 schwarze Exp $ */ +/* $Id: att.c,v 1.18 2018/12/13 11:55:46 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -19,7 +19,6 @@ #include #include -#include "mandoc.h" #include "roff.h" #include "libmdoc.h"