aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 09:50:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 09:50:11 +0000
commit5757872d63af1fe9378c98a39f40ebe5017a8b92 (patch)
treeaaa3016d99fa1196b7bc985a890f1667b3d32989 /read.c
parent8cafe46e0f7a316bcadbe50fbce61bdc8c06890d (diff)
downloadmandoc-5757872d63af1fe9378c98a39f40ebe5017a8b92.tar.gz
mandoc-5757872d63af1fe9378c98a39f40ebe5017a8b92.tar.zst
mandoc-5757872d63af1fe9378c98a39f40ebe5017a8b92.zip
Step 2: blow away roff.h, as all of its functions have been moved into
libmandoc.h and there's nothing left.
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 1 insertions, 2 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -31,7 +31,6 @@
#include "libmandoc.h"
#include "mdoc.h"
#include "man.h"
-#include "roff.h"
#ifndef MAP_FILE
#define MAP_FILE 0