summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-03-11 00:31:36 +0000
committerchristos <christos@NetBSD.org>2019-03-11 00:31:36 +0000
commitc0fd8aba5cbe58227486d7233630b04f066c4f89 (patch)
tree9f8660ba4e8144c6a52140bc2ee65385b82a0319 /usr.sbin/makemandb
parent780f0503de37507be0017e9e6efe15904cd4b03f (diff)
remove unneeded header.
Diffstat (limited to 'usr.sbin/makemandb')
-rw-r--r--usr.sbin/makemandb/makemandb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/makemandb/makemandb.c b/usr.sbin/makemandb/makemandb.c
index 5b00387752e..cda703aa745 100644
--- a/usr.sbin/makemandb/makemandb.c
+++ b/usr.sbin/makemandb/makemandb.c
@@ -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>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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 @@ __RCSID("$NetBSD: makemandb.c,v 1.58 2019/03/11 00:14:44 christos Exp $");
#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