summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
committerbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
commit26179d3e8df27db3d7eb25e684b654cee8f02116 (patch)
treed4d40879452f7083b6163e9380d234a887f74201 /sys/i386/isa/npx.c
parent700d6b374cd15ccca3d298b94bd2d4eca8e0bc8e (diff)
downloadFreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.zip
FreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 3b0ca26..2e521ae 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.46 1997/06/22 16:04:06 peter Exp $
+ * $Id: npx.c,v 1.47 1997/07/17 02:09:25 peter Exp $
*/
#include "npx.h"
@@ -40,14 +40,12 @@
#include "opt_cpu.h"
#include "opt_math_emulate.h"
-#include "opt_smp.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/conf.h>
-#include <sys/file.h>
#include <sys/proc.h>
#ifdef NPX_DEBUG
#include <sys/syslog.h>
@@ -59,7 +57,6 @@
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
-#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
#if defined(APIC_IO)
OpenPOWER on IntegriCloud