summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 01:30:47 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 01:30:47 +0000
commit1c677ce96e26066b3ac433840322aa6e6d1ea73b (patch)
treea14a1d12dc7b2ce84589db4bdbda31dc329aeccd /sys/arch
parent159263d5ba84f4ff5f3c7920c8f281d0daaea635 (diff)
no need for reg.h in the frame.h
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/dev/cpu.c3
-rw-r--r--sys/arch/hppa/include/frame.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/hppa/dev/cpu.c b/sys/arch/hppa/dev/cpu.c
index 13275ebe9a3..5fa4e307c3d 100644
--- a/sys/arch/hppa/dev/cpu.c
+++ b/sys/arch/hppa/dev/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.13 2002/03/14 01:26:31 millert Exp $ */
+/* $OpenBSD: cpu.c,v 1.14 2002/03/19 01:30:46 mickey Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -37,6 +37,7 @@
#include <machine/cpufunc.h>
#include <machine/pdc.h>
+#include <machine/reg.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>
diff --git a/sys/arch/hppa/include/frame.h b/sys/arch/hppa/include/frame.h
index adc44276e66..82b06aa1f71 100644
--- a/sys/arch/hppa/include/frame.h
+++ b/sys/arch/hppa/include/frame.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: frame.h,v 1.12 2002/02/08 18:10:18 mickey Exp $ */
+/* $OpenBSD: frame.h,v 1.13 2002/03/19 01:30:46 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -35,8 +35,6 @@
#ifndef _MACHINE_FRAME_H_
#define _MACHINE_FRAME_H_
-#include <machine/reg.h>
-
/*
* Call frame definitions
*/