summaryrefslogtreecommitdiff
path: root/lib/muldc3.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:32 +0000
commit2406dfe472402ed7fa39d8e9ba25dd7865aa015f (patch)
tree6293839daf23949985fc51136803a3af8d0a2319 /lib/muldc3.c
parent6b682e41f005d0a452ab45fa31192bc43431240e (diff)
downloadcompiler-rt-2406dfe472402ed7fa39d8e9ba25dd7865aa015f.tar.gz
compiler-rt-2406dfe472402ed7fa39d8e9ba25dd7865aa015f.tar.bz2
compiler-rt-2406dfe472402ed7fa39d8e9ba25dd7865aa015f.tar.xz
lib: Remove uses of complex.h which does not appear to be required.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/muldc3.c')
-rw-r--r--lib/muldc3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/muldc3.c b/lib/muldc3.c
index 9f9bd2aa..d92ee7af 100644
--- a/lib/muldc3.c
+++ b/lib/muldc3.c
@@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
-#include <complex.h>
/* Returns: the product of a + ib and c + id */