Don't #include unneeded includes here. pcb_ext.h picks up lots of other

stuff with it.
This commit is contained in:
peter 1997-10-10 12:40:09 +00:00
parent d590550373
commit 9e46021905
2 changed files with 4 additions and 8 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
* $Id: pcb.h,v 1.23 1997/06/22 16:03:51 peter Exp $
* $Id: pcb.h,v 1.24 1997/08/09 00:03:18 dyson Exp $
*/
#ifndef _I386_PCB_H_
@ -43,9 +43,7 @@
/*
* Intel 386 process control block
*/
#include <machine/tss.h>
#include <machine/npx.h>
#include <machine/pcb_ext.h>
struct pcb {
int pcb_cr3;
@ -79,7 +77,7 @@ struct md_coredump {
extern struct pcb *curpcb; /* our current running pcb */
void savectx __P((struct pcb*));
void savectx __P((struct pcb *));
#endif
#endif /* _I386_PCB_H_ */

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
* $Id: pcb.h,v 1.23 1997/06/22 16:03:51 peter Exp $
* $Id: pcb.h,v 1.24 1997/08/09 00:03:18 dyson Exp $
*/
#ifndef _I386_PCB_H_
@ -43,9 +43,7 @@
/*
* Intel 386 process control block
*/
#include <machine/tss.h>
#include <machine/npx.h>
#include <machine/pcb_ext.h>
struct pcb {
int pcb_cr3;
@ -79,7 +77,7 @@ struct md_coredump {
extern struct pcb *curpcb; /* our current running pcb */
void savectx __P((struct pcb*));
void savectx __P((struct pcb *));
#endif
#endif /* _I386_PCB_H_ */