summaryrefslogtreecommitdiff
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:54:30 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:54:30 +0000
commit756cea4b56339045910ccaf33e8f9dba9ebd21bc (patch)
tree244c11563502a3075c3df167f3c245e285e7b977 /usr.bin/finger
parenta9311767b4f00338f33428f0f5846e62527dfb44 (diff)
Nuke more obvious #include duplications.
ok deraadt@ millert@ tedu@
Diffstat (limited to 'usr.bin/finger')
-rw-r--r--usr.bin/finger/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c
index d4cccd64049..e8b858730d2 100644
--- a/usr.bin/finger/util.c
+++ b/usr.bin/finger/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.27 2014/10/17 20:19:15 millert Exp $ */
+/* $OpenBSD: util.c,v 1.28 2014/11/18 20:54:28 krw Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -47,7 +47,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <vis.h>
-#include <err.h>
#include "finger.h"
#include "extern.h"