summaryrefslogtreecommitdiffstatshomepage
path: root/roff.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 /roff.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 'roff.c')
-rw-r--r--roff.c3
1 files changed, 1 insertions, 2 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -28,7 +28,6 @@
#include <stdio.h>
#include "mandoc.h"
-#include "roff.h"
#include "libroff.h"
#include "libmandoc.h"