Module Name:    src
Committed By:   christos
Date:           Thu Mar 31 20:16:58 UTC 2016

Modified Files:
        src/usr.sbin/makemandb: apropos-utils.c

Log Message:
PR/51025: Abhinav Upadhyay: Remove unused includes from apropos-utils.c


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/makemandb/apropos-utils.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-utils.c
diff -u src/usr.sbin/makemandb/apropos-utils.c:1.21 src/usr.sbin/makemandb/apropos-utils.c:1.22
--- src/usr.sbin/makemandb/apropos-utils.c:1.21	Thu Mar 24 12:07:13 2016
+++ src/usr.sbin/makemandb/apropos-utils.c	Thu Mar 31 16:16:58 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: apropos-utils.c,v 1.21 2016/03/24 16:07:13 christos Exp $	*/
+/*	$NetBSD: apropos-utils.c,v 1.22 2016/03/31 20:16:58 christos Exp $	*/
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos-utils.c,v 1.21 2016/03/24 16:07:13 christos Exp $");
+__RCSID("$NetBSD: apropos-utils.c,v 1.22 2016/03/31 20:16:58 christos Exp $");
 
 #include <sys/queue.h>
 #include <sys/stat.h>
@@ -50,8 +50,6 @@ __RCSID("$NetBSD: apropos-utils.c,v 1.21
 
 #include "apropos-utils.h"
 #include "manconf.h"
-#include "dist/mandoc.h"
-#include "sqlite3.h"
 
 typedef struct orig_callback_data {
 	void *data;

Reply via email to