summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/stand
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
commita9311767b4f00338f33428f0f5846e62527dfb44 (patch)
treee776170f47bd30b1e4ee261fdc5fc8503eab0648 /sys/arch/loongson/stand
parent3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff)
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'sys/arch/loongson/stand')
-rw-r--r--sys/arch/loongson/stand/boot/exec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/loongson/stand/boot/exec.c b/sys/arch/loongson/stand/boot/exec.c
index 3a66a224119..610389f973e 100644
--- a/sys/arch/loongson/stand/boot/exec.c
+++ b/sys/arch/loongson/stand/boot/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.2 2010/04/03 19:13:27 miod Exp $ */
+/* $OpenBSD: exec.c,v 1.3 2014/11/18 20:51:01 krw Exp $ */
/*
* Copyright (c) 2010 Miodrag Vallat.
@@ -22,7 +22,6 @@
#include <machine/pmon.h>
#include "libsa.h"
#include <lib/libsa/loadfile.h>
-#include <machine/cpu.h>
typedef void (*program)(int32_t, int32_t, int32_t *, int32_t, uint64_t *);