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/51025: Abhinav Upadhyay: Remove unused...
details: https://anonhg.NetBSD.org/src/rev/41c6deee067e
branches: trunk
changeset: 344476:41c6deee067e
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 31 20:16:58 2016 +0000
description:
PR/51025: Abhinav Upadhyay: Remove unused includes from apropos-utils.c
diffstat:
usr.sbin/makemandb/apropos-utils.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 1673039f81be -r 41c6deee067e usr.sbin/makemandb/apropos-utils.c
--- a/usr.sbin/makemandb/apropos-utils.c Thu Mar 31 20:15:49 2016 +0000
+++ b/usr.sbin/makemandb/apropos-utils.c Thu Mar 31 20:16:58 2016 +0000
@@ -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@localhost>
* 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;
Home |
Main Index |
Thread Index |
Old Index