From f40dcc7e2054a99977d444c5fa36868fba2c3f36 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 23 Mar 2014 11:25:25 +0000 Subject: The files mandoc.c and mandoc.h contained both specialised low-level functions used for multiple languages (mdoc, man, roff), for example mandoc_escape(), mandoc_getarg(), mandoc_eos(), and generic auxiliary functions. Split the auxiliaries out into their own file and header. While here, do some #include cleanup. --- man_hash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'man_hash.c') diff --git a/man_hash.c b/man_hash.c index 95e7c790..0f8dd3e4 100644 --- a/man_hash.c +++ b/man_hash.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include "man.h" -- cgit