diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
commit | a9311767b4f00338f33428f0f5846e62527dfb44 (patch) | |
tree | e776170f47bd30b1e4ee261fdc5fc8503eab0648 /sys/arch/alpha | |
parent | 3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff) |
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/fp_complete.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/interrupt.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/fp_complete.c b/sys/arch/alpha/alpha/fp_complete.c index a2de603ee56..6197664b44d 100644 --- a/sys/arch/alpha/alpha/fp_complete.c +++ b/sys/arch/alpha/alpha/fp_complete.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fp_complete.c,v 1.10 2014/05/08 20:46:49 miod Exp $ */ +/* $OpenBSD: fp_complete.c,v 1.11 2014/11/18 20:51:00 krw Exp $ */ /* $NetBSD: fp_complete.c,v 1.5 2002/01/18 22:15:56 ross Exp $ */ /*- @@ -41,7 +41,6 @@ #include <machine/cpu.h> #include <machine/fpu.h> #include <machine/reg.h> -#include <machine/cpu.h> #include <alpha/alpha/db_instruction.h> #include <lib/libkern/softfloat.h> diff --git a/sys/arch/alpha/alpha/interrupt.c b/sys/arch/alpha/alpha/interrupt.c index d38ad4e22ae..9be29cd9105 100644 --- a/sys/arch/alpha/alpha/interrupt.c +++ b/sys/arch/alpha/alpha/interrupt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interrupt.c,v 1.33 2014/07/12 18:44:40 tedu Exp $ */ +/* $OpenBSD: interrupt.c,v 1.34 2014/11/18 20:51:00 krw Exp $ */ /* $NetBSD: interrupt.c,v 1.46 2000/06/03 20:47:36 thorpej Exp $ */ /*- @@ -68,7 +68,6 @@ #include <sys/vmmeter.h> #include <sys/sched.h> #include <sys/kernel.h> -#include <sys/systm.h> #include <sys/device.h> #include <sys/mbuf.h> #include <sys/socket.h> |