=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.104 retrieving revision 1.105 diff -u -p -r1.104 -r1.105 --- mandoc/man_term.c 2011/03/07 01:35:51 1.104 +++ mandoc/man_term.c 2011/03/22 10:13:01 1.105 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.104 2011/03/07 01:35:51 schwarze Exp $ */ +/* $Id: man_term.c,v 1.105 2011/03/22 10:13:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -31,7 +31,6 @@ #include "out.h" #include "man.h" #include "term.h" -#include "chars.h" #include "main.h" #define INDENT 7