Removed unused #includes (bogus #includes were necessary because fusword()

was declared in the wrong place).
This commit is contained in:
Bruce Evans 1997-08-31 22:22:21 +00:00
parent 6a9280be8c
commit c5b15a8a44
2 changed files with 2 additions and 4 deletions

View File

@ -57,7 +57,7 @@
* W. Metzenthen June 1994.
*
*
* $Id: load_store.c,v 1.9 1997/06/14 15:11:04 bde Exp $
* $Id: load_store.c,v 1.10 1997/07/01 00:08:33 bde Exp $
*
*/
@ -71,7 +71,6 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>

View File

@ -56,7 +56,7 @@
* W. Metzenthen June 1994.
*
*
* $Id: reg_ld_str.c,v 1.9 1997/02/22 09:29:23 peter Exp $
* $Id: reg_ld_str.c,v 1.10 1997/06/14 15:11:05 bde Exp $
*
*/
@ -70,7 +70,6 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>