NetBSD-Bugs archive

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

bin/51025: Remove unused includes from apropos-utils.c



>Number:         51025
>Category:       bin
>Synopsis:       Remove unused includes from apropos-utils.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 30 10:55:00 +0000 2016
>Originator:     Abhinav Upadhyay
>Release:        CURRENT
>Organization:
>Environment:
>Description:
apropos-utils.c contains couple of includes which are not used anywhere and could be removed without causing any harm.
>How-To-Repeat:

>Fix:
Index: apropos-utils.c
===================================================================
RCS file: /cvsroot/src/usr.sbin/makemandb/apropos-utils.c,v
retrieving revision 1.21
diff -u -r1.21 apropos-utils.c
--- apropos-utils.c	24 Mar 2016 16:07:13 -0000	1.21
+++ apropos-utils.c	29 Mar 2016 20:49:50 -0000
@@ -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