diff options
author | jofret | 2009-04-21 06:31:36 +0000 |
---|---|---|
committer | jofret | 2009-04-21 06:31:36 +0000 |
commit | fa3177b8e7ab875fcb34ad32d7ff2d804c70d7be (patch) | |
tree | 96660870dca9c1dd69b487e09a8ca5b2c4592c2b | |
parent | bf8f3d3f2f1758ef7bc35167b3d883de4bc26291 (diff) | |
download | scilab2c-fa3177b8e7ab875fcb34ad32d7ff2d804c70d7be.tar.gz scilab2c-fa3177b8e7ab875fcb34ad32d7ff2d804c70d7be.tar.bz2 scilab2c-fa3177b8e7ab875fcb34ad32d7ff2d804c70d7be.zip |
Remove useless include
-rw-r--r-- | scilab2c/src/type/testFloatComplex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scilab2c/src/type/testFloatComplex.c b/scilab2c/src/type/testFloatComplex.c index e6042d7c..703aac17 100644 --- a/scilab2c/src/type/testFloatComplex.c +++ b/scilab2c/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 |