diff options
Diffstat (limited to 'Alc/alcEcho.c')
-rw-r--r-- | Alc/alcEcho.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Alc/alcEcho.c b/Alc/alcEcho.c index f6606bfa..e518fb21 100644 --- a/Alc/alcEcho.c +++ b/Alc/alcEcho.c @@ -27,12 +27,7 @@ #include "alFilter.h" #include "alAuxEffectSlot.h" #include "alEcho.h" - -#ifdef HAVE_SQRTF -#define aluSqrt(x) ((ALfloat)sqrtf((float)(x))) -#else -#define aluSqrt(x) ((ALfloat)sqrt((double)(x))) -#endif +#include "alu.h" struct ALechoState { ALfloat *SampleBuffer; |