Thu Mar 31 20:16:58 2016 UTC ()
PR/51025: Abhinav Upadhyay: Remove unused includes from apropos-utils.c


(christos)
diff -r1.21 -r1.22 src/usr.sbin/makemandb/apropos-utils.c

cvs diff -r1.21 -r1.22 src/usr.sbin/makemandb/apropos-utils.c (expand / switch to context diff)
--- src/usr.sbin/makemandb/apropos-utils.c 2016/03/24 16:07:13 1.21
+++ src/usr.sbin/makemandb/apropos-utils.c 2016/03/31 20:16:58 1.22
@@ -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.upadhyay@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 @@
 
 #include "apropos-utils.h"
 #include "manconf.h"
-#include "dist/mandoc.h"
-#include "sqlite3.h"
 
 typedef struct orig_callback_data {
 	void *data;