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. --- roff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index a6ec0795..43cf0257 100644 --- a/roff.c +++ b/roff.c @@ -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" -- cgit v1.2.3