Include <stddef.h> here so that <sys/assym.h> can be unpolluted.

Include <sys/param.h> before <sys/assym.h> in case any of the magic
in the former is ever needed in the latter.

Removed an unused forward declaration and an unused include.
This commit is contained in:
Bruce Evans 2000-01-08 19:56:03 +00:00
parent 7eed718873
commit 7190c15a73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55627

View File

@ -1,12 +1,11 @@
/* $FreeBSD$ */
/* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */
#include <sys/assym.h>
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>
struct proc;
#include <svr4/svr4.h>
#include <svr4/svr4_signal.h>
#include <svr4/svr4_ucontext.h>