aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-02 11:14:13 +0000
commitffb382b4dca1ac939ba8a0daf673e02529a3d7f4 (patch)
treea972b67054afbd9255fe3473389fc5227a6c17c4 /sys/gnu
parentb9807403277c000c0e56389f3477084cf413d925 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c
index 536d5a159e87b..b7b901f2ccf32 100644
--- a/sys/gnu/i386/fpemul/fpu_aux.c
+++ b/sys/gnu/i386/fpemul/fpu_aux.c
@@ -62,9 +62,7 @@
#include <sys/param.h>
-#include <sys/systm.h> /* for printf() in EXCEPTION() and
- * to bring in <machine/cpufunc.h
- */
+#include <sys/systm.h>
#include <sys/proc.h>
#include <machine/cpu.h>
#include <machine/pcb.h>