diff options
author | jofret | 2009-04-21 06:26:08 +0000 |
---|---|---|
committer | jofret | 2009-04-21 06:26:08 +0000 |
commit | 4cad9a83e62f72359f31b003d507425ed68f026d (patch) | |
tree | c05477686328eea395ae652324ffc374b0589cd7 /src | |
parent | 44cc8c32308b75a1bf519e7fe0b45ef67dbf5cb6 (diff) | |
download | scilab2c-4cad9a83e62f72359f31b003d507425ed68f026d.tar.gz scilab2c-4cad9a83e62f72359f31b003d507425ed68f026d.tar.bz2 scilab2c-4cad9a83e62f72359f31b003d507425ed68f026d.zip |
remove useless include
Diffstat (limited to 'src')
-rw-r--r-- | src/type/doubleComplex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/type/doubleComplex.h b/src/type/doubleComplex.h index 5434a4f2..08d7db3d 100644 --- a/src/type/doubleComplex.h +++ b/src/type/doubleComplex.h @@ -24,7 +24,6 @@ # endif #endif -#include <stdlib.h> #ifndef _MSC_VER #include <stdbool.h> #endif |