From 303de045ff21bd5c9cb756d50a41fe4cb8bc97b8 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sat, 18 Dec 2010 18:32:39 +0000 Subject: [PATCH] Remove stray #include Remove a stray #include added in commit 2444b2265abeaf6dcf3df1763bc2711684e63bb8 to fix compilation on platforms which don't have fenv.h Signed-off-by: Jon TURNEY --- test/gradient-crash-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/gradient-crash-test.c b/test/gradient-crash-test.c index 395c469..c85712d 100644 --- a/test/gradient-crash-test.c +++ b/test/gradient-crash-test.c @@ -1,6 +1,5 @@ #include #include -#include #include "utils.h" int -- 2.7.4