diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-01 08:05:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-01 08:05:52 +0000 |
commit | 35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba (patch) | |
tree | 44fe9754b5993ea9db9db6a9c6e870be5c94f738 /mansearch_const.c | |
parent | b61046b64bcba656a10cf3b23c4cb547c2f2eef5 (diff) | |
download | mandoc-35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba.tar.gz |
header cleanup:
* add missing forward declarations
* remove needless header inclusions
* some style unification
Diffstat (limited to 'mansearch_const.c')
-rw-r--r-- | mansearch_const.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mansearch_const.c b/mansearch_const.c index ac9ebf31..54768024 100644 --- a/mansearch_const.c +++ b/mansearch_const.c @@ -20,7 +20,6 @@ #include <stdint.h> -#include "manpath.h" #include "mansearch.h" const int mansearch_keymax = 40; |