summaryrefslogtreecommitdiff
path: root/lib
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
parent6b682e41f005d0a452ab45fa31192bc43431240e (diff)
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')
-rw-r--r--lib/divdc3.c1
-rw-r--r--lib/divsc3.c1
-rw-r--r--lib/divxc3.c1
-rw-r--r--lib/muldc3.c1
-rw-r--r--lib/mulsc3.c1
-rw-r--r--lib/mulxc3.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/divdc3.c b/lib/divdc3.c
index 5f6329856..95f8c930d 100644
--- a/lib/divdc3.c
+++ b/lib/divdc3.c
@@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
-#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */
diff --git a/lib/divsc3.c b/lib/divsc3.c
index a05f42902..50ca81e5c 100644
--- a/lib/divsc3.c
+++ b/lib/divsc3.c
@@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
-#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */
diff --git a/lib/divxc3.c b/lib/divxc3.c
index f054d4028..32364d620 100644
--- a/lib/divxc3.c
+++ b/lib/divxc3.c
@@ -15,7 +15,6 @@
#include "int_lib.h"
#include <math.h>
-#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */
diff --git a/lib/muldc3.c b/lib/muldc3.c
index 9f9bd2aaa..d92ee7af4 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 */
diff --git a/lib/mulsc3.c b/lib/mulsc3.c
index a878ba1f3..28f9d338b 100644
--- a/lib/mulsc3.c
+++ b/lib/mulsc3.c
@@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
-#include <complex.h>
/* Returns: the product of a + ib and c + id */
diff --git a/lib/mulxc3.c b/lib/mulxc3.c
index b5ae86554..a7f235541 100644
--- a/lib/mulxc3.c
+++ b/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 */