Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb PR/51007: Abhinav Upadhyay: apropos.c: Re...



details:   https://anonhg.NetBSD.org/src/rev/04b207e9a8d7
branches:  trunk
changeset: 344473:04b207e9a8d7
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 31 20:13:37 2016 +0000

description:
PR/51007: Abhinav Upadhyay: apropos.c: Remove unused includes

diffstat:

 usr.sbin/makemandb/apropos.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 5ee436ea2427 -r 04b207e9a8d7 usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Thu Mar 31 16:28:23 2016 +0000
+++ b/usr.sbin/makemandb/apropos.c      Thu Mar 31 20:13:37 2016 +0000
@@ -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 <er.abhinav.upadhyay%gmail.com@localhost>
  * 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 @@
 #include <util.h>
 
 #include "apropos-utils.h"
-#include "sqlite3.h"
 
 typedef struct apropos_flags {
        int sec_nums[SECMAX];



Home | Main Index | Thread Index | Old Index