Index: mppenc/branches/r2d/src/mppenc.c
===================================================================
--- mppenc/branches/r2d/src/mppenc.c	(revision 72)
+++ mppenc/branches/r2d/src/mppenc.c	(revision 74)
@@ -23,5 +23,7 @@
 #include <time.h>
 #include <errno.h>
+
 #include "mppenc.h"
+#include "mpcmath.h"
 
 /* G L O B A L  V A R I A B L E S */
@@ -365,7 +367,4 @@
  * (track-spanning cutting).
  */
-
-#include "fastmath.h"
-
 
 float  bump_exp   = 1.f;
@@ -1594,7 +1593,4 @@
 	m.SCF_Index_R = (int*) SCF_Index_R;
 
-#ifdef FAST_MATH
-    Init_FastMath ();                           // check if something has to be done for each file !!
-#endif
     Init_SV7 ();
 	Init_Skalenfaktoren ();
Index: mppenc/branches/r2d/src/mppenc.h
===================================================================
--- mppenc/branches/r2d/src/mppenc.h	(revision 72)
+++ mppenc/branches/r2d/src/mppenc.h	(revision 74)
@@ -23,5 +23,4 @@
 #ifdef _WIN32
 # define CVD_FASTLOG
-# define FAST_MATH
 #endif
 
@@ -65,12 +64,4 @@
 
 void   Init_FFT      ( PsyModel* );
-
-
-// fastmath.c
-void   Init_FastMath ( void );
-extern const float  tabatan2   [] [2];
-extern const float  tabcos     [] [2];
-extern const float  tabsqrt_ex [];
-extern const float  tabsqrt_m  [] [2];
 
 // FIXME : put in lib header
