=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -p -r1.94 -r1.95 --- mandoc/mdoc_html.c 2010/07/06 12:37:17 1.94 +++ mandoc/mdoc_html.c 2010/07/07 15:04:54 1.95 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.94 2010/07/06 12:37:17 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.95 2010/07/07 15:04:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -30,7 +30,6 @@ #include "mandoc.h" #include "out.h" #include "html.h" -#include "regs.h" #include "mdoc.h" #include "main.h"