diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:32 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:32 +0000 |
commit | b151274d3d6ad75384bac6cb6d6a1b5db67ca971 (patch) | |
tree | f26a0442f9c3ca03619eaa79bae3a789543669df /compiler-rt/lib/mulxc3.c | |
parent | 490a270f186fc1afbcd241b6ebe5bd9e17002b0d (diff) | |
download | bcm5719-llvm-b151274d3d6ad75384bac6cb6d6a1b5db67ca971.tar.gz bcm5719-llvm-b151274d3d6ad75384bac6cb6d6a1b5db67ca971.zip |
lib: Remove uses of complex.h which does not appear to be required.
llvm-svn: 144754
Diffstat (limited to 'compiler-rt/lib/mulxc3.c')
-rw-r--r-- | compiler-rt/lib/mulxc3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/mulxc3.c b/compiler-rt/lib/mulxc3.c index b5ae8655480..a7f2355410c 100644 --- a/compiler-rt/lib/mulxc3.c +++ b/compiler-rt/lib/mulxc3.c @@ -16,7 +16,6 @@ #include "int_lib.h" #include <math.h> -#include <complex.h> /* Returns: the product of a + ib and c + id */ |