diff options
Diffstat (limited to 'lib/libc/gdtoa/ldtoa.c')
-rw-r--r-- | lib/libc/gdtoa/ldtoa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gdtoa/ldtoa.c b/lib/libc/gdtoa/ldtoa.c index 963afd227d0..7282e7a396d 100644 --- a/lib/libc/gdtoa/ldtoa.c +++ b/lib/libc/gdtoa/ldtoa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldtoa.c,v 1.3 2015/09/14 12:49:33 guenther Exp $ */ +/* $OpenBSD: ldtoa.c,v 1.4 2016/03/09 16:28:47 deraadt Exp $ */ /*- * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. @@ -26,9 +26,7 @@ */ #include <sys/types.h> -#ifndef __vax__ #include <machine/ieee.h> -#endif /* !__vax__ */ #include <float.h> #include <stdint.h> #include <limits.h> |