lib: Remove uses of complex.h which does not appear to be required.

llvm-svn: 144754
This commit is contained in:
Daniel Dunbar 2011-11-16 01:19:32 +00:00
parent 490a270f18
commit b151274d3d
6 changed files with 0 additions and 6 deletions

View File

@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */

View File

@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */

View File

@ -15,7 +15,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the quotient of (a + ib) / (c + id) */

View File

@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the product of a + ib and c + id */

View File

@ -14,7 +14,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the product of a + ib and c + id */

View File

@ -16,7 +16,6 @@
#include "int_lib.h"
#include <math.h>
#include <complex.h>
/* Returns: the product of a + ib and c + id */