summaryrefslogtreecommitdiff
path: root/bin/ps/print.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-11 23:07:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-11 23:07:16 +0000
commit2067d95f04be528a546cdf910ce0747d3f9e0af5 (patch)
tree362de9d847f21bbdfbdd6794ef515edd523cbcd6 /bin/ps/print.c
parent0885188f6df405600fd39da5aa9ac007c87c1203 (diff)
remove totally excessive set of #include
Diffstat (limited to 'bin/ps/print.c')
-rw-r--r--bin/ps/print.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 835d345dadb..92ae064ba18 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.55 2013/09/22 17:28:34 guenther Exp $ */
+/* $OpenBSD: print.c,v 1.56 2013/11/11 23:07:15 deraadt Exp $ */
/* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */
/*-
@@ -31,14 +31,10 @@
*/
#include <sys/param.h>
-#include <sys/time.h>
-#include <sys/resource.h>
#include <sys/proc.h>
#include <sys/stat.h>
-#include <sys/ucred.h>
#include <sys/sysctl.h>
-#include <uvm/uvm_extern.h>
#include <err.h>
#include <grp.h>