diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-25 16:55:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-25 16:55:14 +0000 |
commit | 1bf483da74a4a483045b3c8266cde7b5021655b7 (patch) | |
tree | b54da3b35a21d2cb3b075a6d3b7c10eeed846d5c /sys/arch | |
parent | 6efa5cbbbaab6a9cd54bfa31c7f89a7954ac755b (diff) |
Turns out this file not need machine/float.h at all, since it defines
all the goop it needs by itself
ok millert
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/spmath/float.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/float.h b/sys/arch/hppa/spmath/float.h index 3d6c56c236b..dbad0ed435b 100644 --- a/sys/arch/hppa/spmath/float.h +++ b/sys/arch/hppa/spmath/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.7 2004/01/02 14:39:01 mickey Exp $ */ +/* $OpenBSD: float.h,v 1.8 2012/06/25 16:55:13 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -14,7 +14,6 @@ */ /* @(#)float.h: Revision: 2.14.88.2 Date: 93/12/08 13:27:42 */ -#include <machine/float.h> #include "fpbits.h" #include "hppa.h" |