diff options
author | jofret | 2009-04-21 06:41:37 +0000 |
---|---|---|
committer | jofret | 2009-04-21 06:41:37 +0000 |
commit | 570ba1b49156b491ee1befcda9b09565c91eb93d (patch) | |
tree | d9b357a555a2a45a31b249ed39b5011e79ed62b9 /src/type | |
parent | 4147f476bafc53561f2ecac3a83393a6cee3f613 (diff) | |
download | scilab2c-570ba1b49156b491ee1befcda9b09565c91eb93d.tar.gz scilab2c-570ba1b49156b491ee1befcda9b09565c91eb93d.tar.bz2 scilab2c-570ba1b49156b491ee1befcda9b09565c91eb93d.zip |
Oups... Remove the wrong include
Diffstat (limited to 'src/type')
-rw-r--r-- | src/type/doubleComplex.c | 1 | ||||
-rw-r--r-- | src/type/floatComplex.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/type/doubleComplex.c b/src/type/doubleComplex.c index 6b8d5b4f..72460495 100644 --- a/src/type/doubleComplex.c +++ b/src/type/doubleComplex.c @@ -21,6 +21,7 @@ # endif #endif +#include <stdlib.h> #include "doubleComplex.h" #ifndef STDC99 diff --git a/src/type/floatComplex.c b/src/type/floatComplex.c index a3cac507..8ff7774b 100644 --- a/src/type/floatComplex.c +++ b/src/type/floatComplex.c @@ -21,7 +21,6 @@ # endif #endif -#include <stdio.h> #include <stdlib.h> #include "floatComplex.h" |