=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.96 retrieving revision 1.97 diff -u -p -r1.96 -r1.97 --- mandoc/man_html.c 2014/08/01 19:25:52 1.96 +++ mandoc/man_html.c 2014/08/10 23:54:41 1.97 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.96 2014/08/01 19:25:52 schwarze Exp $ */ +/* $Id: man_html.c,v 1.97 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2013, 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