=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.128 retrieving revision 1.129 diff -u -p -r1.128 -r1.129 --- mandoc/roff.c 2011/03/20 16:02:05 1.128 +++ mandoc/roff.c 2011/03/22 09:50:11 1.129 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.128 2011/03/20 16:02:05 kristaps Exp $ */ +/* $Id: roff.c,v 1.129 2011/03/22 09:50:11 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -28,7 +28,6 @@ #include #include "mandoc.h" -#include "roff.h" #include "libroff.h" #include "libmandoc.h"