]> git.cameronkatri.com Git - mandoc.git/blobdiff - mansearch_const.c
When a file is given on the command line, actually exists, and its name
[mandoc.git] / mansearch_const.c
index 1533f927d6e556cff7aff9d6a4e60f95db060c6a..61351c3c2a478d9fb283e59b3335dca8658b6013 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mansearch_const.c,v 1.5 2014/08/09 14:05:21 schwarze Exp $ */
+/*     $Id: mansearch_const.c,v 1.7 2014/12/01 08:05:52 schwarze Exp $ */
 /*
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <sys/types.h>
+
 #include <stdint.h>
 
-#include "manpath.h"
 #include "mansearch.h"
 
 const int mansearch_keymax = 40;