From 84591a0329f2e7723c68d40e76ed532c05c18194 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 9 Sep 2008 12:18:23 +0000 Subject: Bad include in pythag / Moving addition and Subtraction --- src/auxiliaryFunctions/pythag/cpythags.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/auxiliaryFunctions/pythag/cpythags.c') 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) { -- cgit