diff options
author | 2012-06-25 16:55:13 +0000 | |
---|---|---|
committer | 2012-06-25 16:55:13 +0000 | |
commit | fd3fab60e412c0169fc77b801f774fbd6f347b59 (patch) | |
tree | addf33eeaaa10d2b23b57119594176c1ab609ad5 | |
parent | Provide common helper function for adding windows and sessions to choose (diff) | |
download | wireguard-openbsd-fd3fab60e412c0169fc77b801f774fbd6f347b59.tar.xz wireguard-openbsd-fd3fab60e412c0169fc77b801f774fbd6f347b59.zip |
Turns out this file not need machine/float.h at all, since it defines
all the goop it needs by itself
ok millert
-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" |