=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/mandoc/man_html.c 2014/11/28 19:25:03 1.57 --- src/usr.bin/mandoc/man_html.c 2014/12/01 08:05:02 1.58 *************** *** 1,4 **** ! /* $OpenBSD: man_html.c,v 1.57 2014/11/28 19:25:03 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: man_html.c,v 1.58 2014/12/01 08:05:02 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze *************** *** 23,33 **** #include #include - #include "mandoc.h" #include "mandoc_aux.h" #include "out.h" #include "html.h" - #include "man.h" #include "main.h" /* TODO: preserve ident widths. */ --- 23,32 ---- #include #include #include "mandoc_aux.h" + #include "man.h" #include "out.h" #include "html.h" #include "main.h" /* TODO: preserve ident widths. */