summaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-31 02:00:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-31 02:00:13 +0000
commit0b52e540692f4f4fac7e33ec6cb618959a5f512d (patch)
tree044b94901f6eea2f88bace86e3423697d9cf928e /usr.bin/w
parent71649c0972e233491e207f54ab7ea41e6f1985e2 (diff)
sometimes we find .h we no longer need
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/w.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 9bcd411298f..c49c5087143 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.52 2013/08/22 04:43:41 guenther Exp $ */
+/* $OpenBSD: w.c,v 1.53 2013/10/31 02:00:12 deraadt Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -40,7 +40,6 @@
#include <sys/stat.h>
#include <sys/sysctl.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/tty.h>