From 2bcccf0dba8f2c504e9c3597a11177aaca90023c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 26 Jun 2010 15:36:37 +0000 Subject: Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a const struct regset pointer. No functionality. --- term.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'term.c') diff --git a/term.c b/term.c index bd557395..1585c1af 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.149 2010/06/25 18:53:14 kristaps Exp $ */ +/* $Id: term.c,v 1.150 2010/06/26 15:36:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -31,8 +31,6 @@ #include "chars.h" #include "out.h" #include "term.h" -#include "man.h" -#include "mdoc.h" #include "main.h" static void spec(struct termp *, const char *, size_t); -- cgit v1.2.3