summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/pythag/cpythags.c
diff options
context:
space:
mode:
authorjofret2008-09-09 12:18:23 +0000
committerjofret2008-09-09 12:18:23 +0000
commit84591a0329f2e7723c68d40e76ed532c05c18194 (patch)
treed3d164f032f74609207019bedb1392ebe2c6b02b /src/auxiliaryFunctions/pythag/cpythags.c
parenteb8fb0ab0e65b4b3f9ec7594ee1b9f1ea50f78ba (diff)
downloadscilab2c-84591a0329f2e7723c68d40e76ed532c05c18194.tar.gz
scilab2c-84591a0329f2e7723c68d40e76ed532c05c18194.tar.bz2
scilab2c-84591a0329f2e7723c68d40e76ed532c05c18194.zip
Bad include in pythag / Moving addition and Subtraction
Diffstat (limited to 'src/auxiliaryFunctions/pythag/cpythags.c')
-rw-r--r--src/auxiliaryFunctions/pythag/cpythags.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auxiliaryFunctions/pythag/cpythags.c b/src/auxiliaryFunctions/pythag/cpythags.c
index d0dcb625..b505195c 100644
--- a/src/auxiliaryFunctions/pythag/cpythags.c
+++ b/src/auxiliaryFunctions/pythag/cpythags.c
@@ -10,7 +10,6 @@
*
*/
-#include "complex.h"
#include "pythag.h"
floatComplex cpythags(floatComplex x, floatComplex y) {