=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_validate.c,v retrieving revision 1.299 retrieving revision 1.300 diff -c -r1.299 -r1.300 *** src/usr.bin/mandoc/mdoc_validate.c 2020/04/08 11:54:14 1.299 --- src/usr.bin/mandoc/mdoc_validate.c 2020/04/18 20:28:46 1.300 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_validate.c,v 1.299 2020/04/08 11:54:14 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: mdoc_validate.c,v 1.300 2020/04/18 20:28:46 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons *************** *** 35,45 **** #include "mandoc.h" #include "mandoc_xr.h" #include "roff.h" - #include "tag.h" #include "mdoc.h" #include "libmandoc.h" #include "roff_int.h" #include "libmdoc.h" /* FIXME: .Bl -diag can't have non-text children in HEAD. */ --- 35,45 ---- #include "mandoc.h" #include "mandoc_xr.h" #include "roff.h" #include "mdoc.h" #include "libmandoc.h" #include "roff_int.h" #include "libmdoc.h" + #include "tag.h" /* FIXME: .Bl -diag can't have non-text children in HEAD. */