From 1c677ce96e26066b3ac433840322aa6e6d1ea73b Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 19 Mar 2002 01:30:47 +0000 Subject: no need for reg.h in the frame.h --- sys/arch/hppa/dev/cpu.c | 3 ++- sys/arch/hppa/include/frame.h | 4 +--- 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 #include +#include #include #include 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 - /* * Call frame definitions */ -- cgit v1.2.3