diff options
author | jofret | 2009-04-21 06:31:36 +0000 |
---|---|---|
committer | jofret | 2009-04-21 06:31:36 +0000 |
commit | c718bad447b378854200172c3c807b9c1f0641cf (patch) | |
tree | 34e79883ef6c4fb8a45617311111b11cb9cfcea0 /src | |
parent | 4cad9a83e62f72359f31b003d507425ed68f026d (diff) | |
download | scilab2c-c718bad447b378854200172c3c807b9c1f0641cf.tar.gz scilab2c-c718bad447b378854200172c3c807b9c1f0641cf.tar.bz2 scilab2c-c718bad447b378854200172c3c807b9c1f0641cf.zip |
Remove useless include
Diffstat (limited to 'src')
-rw-r--r-- | src/type/testFloatComplex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/type/testFloatComplex.c b/src/type/testFloatComplex.c index e6042d7c..703aac17 100644 --- a/src/type/testFloatComplex.c +++ b/src/type/testFloatComplex.c @@ -13,7 +13,6 @@ #include <stdio.h> #include <assert.h> #include <float.h> -#include <complex.h> #include "floatComplex.h" #define size 10000 |