From fbb4b7c8d67e1e6a98bce659ab5ec18fd3362d13 Mon Sep 17 00:00:00 2001
From: torset
Date: Thu, 13 Nov 2008 08:53:04 +0000
Subject: change repertory for the multiplication and division and made the
 modifs in the files using them.

---
 src/elementaryFunctions/includes/pow.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/elementaryFunctions/includes/pow.h')

diff --git a/src/elementaryFunctions/includes/pow.h b/src/elementaryFunctions/includes/pow.h
index ab85a5c2..26206c9b 100644
--- a/src/elementaryFunctions/includes/pow.h
+++ b/src/elementaryFunctions/includes/pow.h
@@ -13,8 +13,7 @@
 #ifndef __POW_H__
 #define __POW_H__
 
-#include "floatComplex.h"
-#include "doubleComplex.h"
+#include "multiplication.h"
 
 float		spows(float value, float expand);
 
-- 
cgit