summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
committerjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
commit7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch)
treeba72f66653619723b06de9c024545af8c5ce1b05 /sys/kern/kern_malloc.c
parent- Don't capitalize jumbo. (diff)
downloadwireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.tar.xz
wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.zip
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index bd9db5137e9..07d1eb89fda 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_malloc.c,v 1.114 2014/07/13 14:59:28 tedu Exp $ */
+/* $OpenBSD: kern_malloc.c,v 1.115 2014/09/14 14:17:25 jsg Exp $ */
/* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp $ */
/*
@@ -33,7 +33,6 @@
*/
#include <sys/param.h>
-#include <sys/proc.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/systm.h>