summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:37:44 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:37:44 +0000
commit63875293f27fe7fb41a40c649091ea2d9a17d96b (patch)
tree11bf8d0cdb67f95f9a17102c1b9b0c91f304d8e8 /sys/kern/subr_prof.c
parent5c21be3db61afd50ed566e27766924c89299c59f (diff)
downloadFreeBSD-src-63875293f27fe7fb41a40c649091ea2d9a17d96b.zip
FreeBSD-src-63875293f27fe7fb41a40c649091ea2d9a17d96b.tar.gz
Removed unnecessary #includes of vm stuff. Most of them were once
prerequisites for <sys/sysctl.h>. subr_prof.c: Also replaced #include of <sys/user.h> by #include of <sys/resourcevar.h>.
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 54216df..f3708b3 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>
OpenPOWER on IntegriCloud