=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- mandoc/term_ascii.c 2014/08/01 19:25:52 1.27 +++ mandoc/term_ascii.c 2014/08/10 23:54:41 1.28 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.27 2014/08/01 19:25:52 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.28 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -15,21 +15,19 @@ * 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 #ifdef USE_WCHAR -# include +#include #endif #include #include #include #include #ifdef USE_WCHAR -# include +#include #endif #include "mandoc.h"