summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/mandel.c6
1 files changed, 0 insertions, 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 <complex.h>
-#elif defined(__APPLE__)
#include <math.h>
-#else
-#include <tgmath.h>
-#endif
#include <stdio.h>