diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:13:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-22 10:13:01 +0000 |
commit | 441a2e92cef95b705a7920e5813fb53385d1e938 (patch) | |
tree | 761d5beefc781235ec3cc4eb9ba5e4df8e49cdd7 /mdoc_term.c | |
parent | f30e8fb2dd85bbd46b1692eb854cc98984c689e6 (diff) | |
download | mandoc-441a2e92cef95b705a7920e5813fb53385d1e938.tar.gz |
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.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 5642ce06..16bfcd4a 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -32,7 +32,6 @@ #include "out.h" #include "term.h" #include "mdoc.h" -#include "chars.h" #include "main.h" #define INDENT 5 |