diff options
Diffstat (limited to 'test/CodeGen/mandel.c')
-rw-r--r-- | test/CodeGen/mandel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/mandel.c b/test/CodeGen/mandel.c index 6f46ee4..27993f0 100644 --- a/test/CodeGen/mandel.c +++ b/test/CodeGen/mandel.c @@ -25,8 +25,6 @@ int main() { return 0; } #define I 1.0iF -#include <math.h> - #include <stdio.h> volatile double __complex__ accum; |