From: Eli Friedman Date: Tue, 10 Jun 2008 05:09:36 +0000 (+0000) Subject: Don't include complex.h or tgmath.h for this test; they aren't needed, X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f93d528220153190ee712912d2acceb35fc14616;p=clang 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 --- 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