summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-31 02:00:11 +0000
committerderaadt <deraadt@openbsd.org>2013-10-31 02:00:11 +0000
commit6f288e37594e811b41a47a3cd1d8d8fe3ea4ed8c (patch)
treec5b00b85cee2bf88f31f7027a59d6d6ab8289ff7 /usr.bin/vmstat/vmstat.c
parentpull in less .h to do the same (diff)
downloadwireguard-openbsd-6f288e37594e811b41a47a3cd1d8d8fe3ea4ed8c.tar.xz
wireguard-openbsd-6f288e37594e811b41a47a3cd1d8d8fe3ea4ed8c.zip
sometimes we find .h we no longer need
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r--usr.bin/vmstat/vmstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index d7a79f2f081..18cd0062536 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1,5 +1,5 @@
/* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */
-/* $OpenBSD: vmstat.c,v 1.124 2013/10/08 03:04:17 guenther Exp $ */
+/* $OpenBSD: vmstat.c,v 1.125 2013/10/31 02:00:11 deraadt Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/time.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/dkstat.h>
#include <sys/buf.h>
#include <sys/namei.h>