=================================================================== RCS file: /cvs/mandoc/preconv.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/preconv.c 2013/06/02 03:52:21 1.6 +++ mandoc/preconv.c 2014/08/10 23:54:41 1.7 @@ -1,4 +1,4 @@ -/* $Id: preconv.c,v 1.6 2013/06/02 03:52:21 schwarze Exp $ */ +/* $Id: preconv.c,v 1.7 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -14,10 +14,9 @@ * 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 HAVE_MMAP #include #include