=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term_ascii.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/mandoc/term_ascii.c 2010/07/13 01:09:13 1.3 +++ src/usr.bin/mandoc/term_ascii.c 2011/01/04 22:28:17 1.4 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.3 2010/07/13 01:09:13 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.4 2011/01/04 22:28:17 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -14,10 +14,6 @@ * 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 #include @@ -26,6 +22,7 @@ #include #include +#include "mandoc.h" #include "out.h" #include "term.h" #include "main.h"