=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.137 retrieving revision 1.138 diff -u -p -r1.137 -r1.138 --- mandoc/man.c 2014/08/01 21:24:17 1.137 +++ mandoc/man.c 2014/08/10 23:54:41 1.138 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.137 2014/08/01 21:24:17 schwarze Exp $ */ +/* $Id: man.c,v 1.138 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -16,9 +16,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