=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.180 retrieving revision 1.181 diff -u -p -r1.180 -r1.181 --- mandoc/term.c 2011/03/17 09:16:38 1.180 +++ mandoc/term.c 2011/03/22 10:13:01 1.181 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.180 2011/03/17 09:16:38 kristaps Exp $ */ +/* $Id: term.c,v 1.181 2011/03/22 10:13:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -29,7 +29,6 @@ #include #include "mandoc.h" -#include "chars.h" #include "out.h" #include "term.h" #include "main.h"