Oops, I removed one too many #include. <machine/frame.h> was previously

included twice as a side effect of including unrelated headers, but I
removed the #include of one of the headers and will soon fix the nested
#include in the other.
This commit is contained in:
bde 1997-07-20 11:00:32 +00:00
parent f153ce8d31
commit 7a6c2e7565

View File

@ -6,7 +6,7 @@
* [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj]
*
* from: 386BSD 0.1
* $Id: math_emulate.c,v 1.24 1997/07/20 08:37:20 bde Exp $
* $Id: math_emulate.c,v 1.25 1997/07/20 08:46:19 bde Exp $
*/
/*
@ -38,6 +38,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/frame.h>
#include <machine/reg.h>
#include <sys/proc.h>