summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-21 12:04:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-21 12:04:26 +0000
commitac3643411d8c7b99be73c692f194ada5c63ff3fa (patch)
tree26d638e0e018b96a05bd65a8f7ddfefde45b369c /main.c
parent002654087a2649b42224713c7386f9c9d3b71435 (diff)
downloadmandoc-ac3643411d8c7b99be73c692f194ada5c63ff3fa.tar.gz
main.c doesn't need roff.h anymore.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3cb730ad..75bfcead 100644
--- a/main.c
+++ b/main.c
@@ -30,7 +30,6 @@
#include "main.h"
#include "mdoc.h"
#include "man.h"
-#include "roff.h"
#if !defined(__GNUC__) || (__GNUC__ < 2)
# if !defined(lint)