diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-19 01:30:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-19 01:30:47 +0000 |
commit | 1c677ce96e26066b3ac433840322aa6e6d1ea73b (patch) | |
tree | a14a1d12dc7b2ce84589db4bdbda31dc329aeccd /sys/arch/hppa/include | |
parent | 159263d5ba84f4ff5f3c7920c8f281d0daaea635 (diff) |
no need for reg.h in the frame.h
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/frame.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |