From 441a2e92cef95b705a7920e5813fb53385d1e938 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Mar 2011 10:13:01 +0000 Subject: Step 4: merge chars.h into out.h. The functions in this file are necessary to all [real] front-ends, so stop pretending it's special. While here, add some documentation to the variable types. --- man_term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index f23de826..8d84eedf 100644 --- a/man_term.c +++ b/man_term.c @@ -31,7 +31,6 @@ #include "out.h" #include "man.h" #include "term.h" -#include "chars.h" #include "main.h" #define INDENT 7 -- cgit