From 570ba1b49156b491ee1befcda9b09565c91eb93d Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 21 Apr 2009 06:41:37 +0000 Subject: Oups... Remove the wrong include --- src/type/doubleComplex.c | 1 + src/type/floatComplex.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #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 #include #include "floatComplex.h" -- cgit