=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff_validate.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/mandoc/roff_validate.c 2018/12/04 03:28:54 1.12 --- src/usr.bin/mandoc/roff_validate.c 2018/12/14 01:17:46 1.13 *************** *** 1,4 **** ! /* $OpenBSD: roff_validate.c,v 1.12 2018/12/04 03:28:54 schwarze Exp $ */ /* * Copyright (c) 2010, 2017, 2018 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: roff_validate.c,v 1.13 2018/12/14 01:17:46 schwarze Exp $ */ /* * Copyright (c) 2010, 2017, 2018 Ingo Schwarze * *************** *** 17,23 **** #include #include ! #include #include #include "mandoc.h" --- 17,23 ---- #include #include ! #include #include #include "mandoc.h"