=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/att.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/mandoc/att.c 2018/12/13 07:29:35 1.13 --- src/usr.bin/mandoc/att.c 2018/12/13 11:55:14 1.14 *************** *** 1,4 **** ! /* $OpenBSD: att.c,v 1.13 2018/12/13 07:29:35 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: att.c,v 1.14 2018/12/13 11:55:14 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 17,23 **** #include #include - #include "mandoc.h" #include "roff.h" #include "libmdoc.h" --- 17,22 ----