Removed some unused includes (only 1 to go here now). Sorted includes.
This commit is contained in:
parent
5287191e29
commit
03126f3524
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43560
@ -36,7 +36,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)proc.h 8.15 (Berkeley) 5/19/95
|
* @(#)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_
|
#ifndef _SYS_PROC_H_
|
||||||
@ -44,16 +44,14 @@
|
|||||||
|
|
||||||
#include <machine/proc.h> /* Machine-dependent proc substruct. */
|
#include <machine/proc.h> /* Machine-dependent proc substruct. */
|
||||||
#include <sys/callout.h> /* For struct callout_handle. */
|
#include <sys/callout.h> /* For struct callout_handle. */
|
||||||
|
#include <sys/filedesc.h>
|
||||||
|
#include <sys/queue.h>
|
||||||
#include <sys/rtprio.h> /* For struct rtprio. */
|
#include <sys/rtprio.h> /* For struct rtprio. */
|
||||||
#include <sys/select.h> /* For struct selinfo. */
|
|
||||||
#include <sys/signal.h>
|
#include <sys/signal.h>
|
||||||
#include <sys/signalvar.h>
|
|
||||||
#ifndef KERNEL
|
#ifndef KERNEL
|
||||||
#include <sys/time.h> /* For structs itimerval, timeval. */
|
#include <sys/time.h> /* For structs itimerval, timeval. */
|
||||||
#endif
|
#endif
|
||||||
#include <sys/ucred.h>
|
#include <sys/ucred.h>
|
||||||
#include <sys/queue.h>
|
|
||||||
#include <sys/filedesc.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* One structure allocated per session.
|
* One structure allocated per session.
|
||||||
|
Loading…
Reference in New Issue
Block a user