From 35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Dec 2014 08:05:52 +0000 Subject: header cleanup: * add missing forward declarations * remove needless header inclusions * some style unification --- 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 9e155277..a131d7a9 100644 --- a/man_hash.c +++ b/man_hash.c @@ -24,7 +24,6 @@ #include #include "man.h" -#include "mandoc.h" #include "libman.h" #define HASH_DEPTH 6 -- cgit