diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
commit | 0275dcbbe75bf604e5d9b03f215e510188a36496 (patch) | |
tree | 5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /lib/libc/softfloat/eqsf2.c | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libc/softfloat/eqsf2.c')
-rw-r--r-- | lib/libc/softfloat/eqsf2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/softfloat/eqsf2.c b/lib/libc/softfloat/eqsf2.c index 416034abe6e..0c11cf2b4da 100644 --- a/lib/libc/softfloat/eqsf2.c +++ b/lib/libc/softfloat/eqsf2.c @@ -1,12 +1,10 @@ -/* $OpenBSD: eqsf2.c,v 1.1 2006/11/06 15:11:37 drahn Exp $ */ +/* $OpenBSD: eqsf2.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */ /* $NetBSD: eqsf2.c,v 1.1 2000/06/06 08:15:03 bjh21 Exp $ */ /* * Written by Ben Harris, 2000. This file is in the Public Domain. */ -#include <sys/cdefs.h> - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" |