=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/out.c 2014/08/01 19:25:52 1.49 +++ mandoc/out.c 2014/08/10 23:54:41 1.50 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.49 2014/08/01 19:25:52 schwarze Exp $ */ +/* $Id: out.c,v 1.50 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 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