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 --- mansearch_const.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mansearch_const.c') 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 -#include "manpath.h" #include "mansearch.h" const int mansearch_keymax = 40; -- cgit