=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.195 retrieving revision 1.198 diff -u -p -r1.195 -r1.198 --- mandoc/mdoc_html.c 2014/08/06 15:09:05 1.195 +++ mandoc/mdoc_html.c 2014/08/14 00:31:43 1.198 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.195 2014/08/06 15:09:05 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.198 2014/08/14 00:31:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -15,9 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include