Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb remove unneeded header.



details:   https://anonhg.NetBSD.org/src/rev/b4b7aac4ad95
branches:  trunk
changeset: 839908:b4b7aac4ad95
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 11 00:31:36 2019 +0000

description:
remove unneeded header.

diffstat:

 usr.sbin/makemandb/makemandb.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2ccf20f9dc24 -r b4b7aac4ad95 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Mon Mar 11 00:17:16 2019 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Mon Mar 11 00:31:36 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makemandb.c,v 1.58 2019/03/11 00:14:44 christos Exp $  */
+/*     $NetBSD: makemandb.c,v 1.59 2019/03/11 00:31:36 christos Exp $  */
 /*
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps%bsd.lv@localhost>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.58 2019/03/11 00:14:44 christos Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.59 2019/03/11 00:31:36 christos Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -39,7 +39,6 @@
 #include "dist/mandoc.h"
 #include "dist/mdoc.h"
 #include "dist/roff.h"
-#include "dist/roff_int.h"
 #include "dist/mandoc_parse.h"
 
 #define BUFLEN 1024



Home | Main Index | Thread Index | Old Index