From f93d528220153190ee712912d2acceb35fc14616 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 10 Jun 2008 05:09:36 +0000 Subject: [PATCH] Don't include complex.h or tgmath.h for this test; they aren't needed, and including tgmath.h causes the test to fail for no good reason. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52167 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/mandel.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/CodeGen/mandel.c b/test/CodeGen/mandel.c index f9b5972216..06789564f3 100644 --- a/test/CodeGen/mandel.c +++ b/test/CodeGen/mandel.c @@ -25,13 +25,7 @@ int main() { return 0; } #define I 1.0iF -#if defined(__FreeBSD__) || defined(__OpenBSD__) -#include -#elif defined(__APPLE__) #include -#else -#include -#endif #include -- 2.40.0