summaryrefslogtreecommitdiffstats
path: root/man_hash.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:05:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:05:52 +0000
commit35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba (patch)
tree44fe9754b5993ea9db9db6a9c6e870be5c94f738 /man_hash.c
parentb61046b64bcba656a10cf3b23c4cb547c2f2eef5 (diff)
downloadmandoc-35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba.tar.gz
header cleanup:
* add missing forward declarations * remove needless header inclusions * some style unification
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include "man.h"
-#include "mandoc.h"
#include "libman.h"
#define HASH_DEPTH 6