Module Name: src
Committed By: christos
Date: Thu Mar 31 20:13:37 UTC 2016
Modified Files:
src/usr.sbin/makemandb: apropos.c
Log Message:
PR/51007: Abhinav Upadhyay: apropos.c: Remove unused includes
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/makemandb/apropos.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makemandb/apropos.c
diff -u src/usr.sbin/makemandb/apropos.c:1.17 src/usr.sbin/makemandb/apropos.c:1.18
--- src/usr.sbin/makemandb/apropos.c:1.17 Sun Dec 20 14:45:29 2015
+++ src/usr.sbin/makemandb/apropos.c Thu Mar 31 16:13:37 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: apropos.c,v 1.17 2015/12/20 19:45:29 christos Exp $ */
+/* $NetBSD: apropos.c,v 1.18 2016/03/31 20:13:37 christos Exp $ */
/*-
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
* All rights reserved.
@@ -31,10 +31,9 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos.c,v 1.17 2015/12/20 19:45:29 christos Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.18 2016/03/31 20:13:37 christos Exp $");
#include <err.h>
-#include <search.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -42,7 +41,6 @@ __RCSID("$NetBSD: apropos.c,v 1.17 2015/
#include <util.h>
#include "apropos-utils.h"
-#include "sqlite3.h"
typedef struct apropos_flags {
int sec_nums[SECMAX];