=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.78 retrieving revision 1.80 diff -u -p -r1.78 -r1.80 --- mandoc/man_term.c 2010/06/26 15:36:37 1.78 +++ mandoc/man_term.c 2010/07/13 23:53:20 1.80 @@ -1,6 +1,6 @@ -/* $Id: man_term.c,v 1.78 2010/06/26 15:36:37 kristaps Exp $ */ +/* $Id: man_term.c,v 1.80 2010/07/13 23:53:20 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 @@ -28,7 +28,6 @@ #include "mandoc.h" #include "out.h" -#include "regs.h" #include "man.h" #include "term.h" #include "chars.h"