diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/sysctl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 4843bb85237..5be3124385d 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.126 2012/12/05 23:20:24 deraadt Exp $ */ +/* $OpenBSD: sysctl.h,v 1.127 2012/12/18 21:28:45 millert Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -38,11 +38,6 @@ #ifndef _SYS_SYSCTL_H_ #define _SYS_SYSCTL_H_ -#ifndef _KERNEL -#include <sys/proc.h> /* for SRUN, SIDL, etc */ -#include <sys/resource.h> /* for struct loadavg */ -#endif - #include <uvm/uvm_extern.h> /* |