From 5757872d63af1fe9378c98a39f40ebe5017a8b92 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Mar 2011 09:50:11 +0000 Subject: Step 2: blow away roff.h, as all of its functions have been moved into libmandoc.h and there's nothing left. --- read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index 75e0d615..f78d2983 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.4 2011/03/20 16:05:21 kristaps Exp $ */ +/* $Id: read.c,v 1.5 2011/03/22 09:50:11 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -31,7 +31,6 @@ #include "libmandoc.h" #include "mdoc.h" #include "man.h" -#include "roff.h" #ifndef MAP_FILE #define MAP_FILE 0 -- cgit v1.2.3