=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mandoc/man_html.c 2010/06/27 21:54:42 1.16 +++ src/usr.bin/mandoc/man_html.c 2010/07/13 01:09:13 1.17 @@ -1,6 +1,6 @@ -/* $Id: man_html.c,v 1.16 2010/06/27 21:54:42 schwarze Exp $ */ +/* $Id: man_html.c,v 1.17 2010/07/13 01:09:13 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -25,7 +25,6 @@ #include "mandoc.h" #include "out.h" #include "html.h" -#include "regs.h" #include "man.h" #include "main.h"