summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 54216dfe358f..f3708b3c599d 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_prof.c 8.3 (Berkeley) 9/23/93
- * $Id: subr_prof.c,v 1.11 1995/11/20 12:42:06 phk Exp $
+ * $Id: subr_prof.c,v 1.12 1995/12/02 17:10:37 bde Exp $
*/
#include <sys/param.h>
@@ -39,9 +39,8 @@
#include <sys/sysproto.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-#include <vm/vm.h>
+#include <sys/resourcevar.h>
#include <sys/sysctl.h>
-#include <sys/user.h>
#include <machine/cpu.h>