From 03126f3524b717132e5502d841bf623d933e550a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 3 Feb 1999 08:21:44 +0000 Subject: [PATCH] Removed some unused includes (only 1 to go here now). Sorted includes. --- sys/sys/proc.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 40cd5100b83b..a13ce76f9219 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.15 (Berkeley) 5/19/95 - * $Id: proc.h,v 1.67 1999/01/26 02:38:11 julian Exp $ + * $Id: proc.h,v 1.68 1999/02/01 13:23:18 newton Exp $ */ #ifndef _SYS_PROC_H_ @@ -44,16 +44,14 @@ #include /* Machine-dependent proc substruct. */ #include /* For struct callout_handle. */ +#include +#include #include /* For struct rtprio. */ -#include /* For struct selinfo. */ #include -#include #ifndef KERNEL #include /* For structs itimerval, timeval. */ #endif #include -#include -#include /* * One structure allocated per session.