=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/mandoc/man_term.c 2010/06/27 21:54:42 1.43 +++ src/usr.bin/mandoc/man_term.c 2010/07/13 01:09:13 1.44 @@ -1,6 +1,6 @@ -/* $Id: man_term.c,v 1.43 2010/06/27 21:54:42 schwarze Exp $ */ +/* $Id: man_term.c,v 1.44 2010/07/13 01:09:13 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -24,7 +24,6 @@ #include "mandoc.h" #include "out.h" -#include "regs.h" #include "man.h" #include "term.h" #include "chars.h"