diff options
author | phk <phk@FreeBSD.org> | 1999-10-11 19:16:54 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-10-11 19:16:54 +0000 |
commit | 1192da2d2153fe6b703a1dcbfe16d867282658b7 (patch) | |
tree | c3dc082964dae16afe624a74403534b432769ffe /sys/gnu | |
parent | e1b1875b55ec738542c45ca7f1f826a2d5405a4a (diff) | |
download | FreeBSD-src-1192da2d2153fe6b703a1dcbfe16d867282658b7.zip FreeBSD-src-1192da2d2153fe6b703a1dcbfe16d867282658b7.tar.gz |
remove unused #include
Diffstat (limited to 'sys/gnu')
-rw-r--r-- | sys/gnu/i386/fpemul/fpu_aux.c | 1 | ||||
-rw-r--r-- | sys/gnu/i386/fpemul/fpu_entry.c | 1 | ||||
-rw-r--r-- | sys/gnu/i386/fpemul/get_address.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c index 71b759f..248861b 100644 --- a/sys/gnu/i386/fpemul/fpu_aux.c +++ b/sys/gnu/i386/fpemul/fpu_aux.c @@ -66,7 +66,6 @@ #include <sys/systm.h> /* for printf() in EXCEPTION() */ #endif #include <sys/proc.h> -#include <machine/cpu.h> #include <machine/pcb.h> #include <gnu/i386/fpemul/fpu_emu.h> diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index 049b013..e287c8e 100644 --- a/sys/gnu/i386/fpemul/fpu_entry.c +++ b/sys/gnu/i386/fpemul/fpu_entry.c @@ -76,7 +76,6 @@ #include <sys/proc.h> #include <sys/kernel.h> -#include <machine/cpu.h> #include <machine/pcb.h> #include <gnu/i386/fpemul/fpu_emu.h> diff --git a/sys/gnu/i386/fpemul/get_address.c b/sys/gnu/i386/fpemul/get_address.c index 4ae998b..6b3d080 100644 --- a/sys/gnu/i386/fpemul/get_address.c +++ b/sys/gnu/i386/fpemul/get_address.c @@ -70,7 +70,6 @@ #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> -#include <machine/cpu.h> #include <machine/pcb.h> #include <machine/reg.h> |