diff options
Diffstat (limited to 'Alc/alcReverb.c')
-rw-r--r-- | Alc/alcReverb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Alc/alcReverb.c b/Alc/alcReverb.c index 7fe28fa9..bc06fd66 100644 --- a/Alc/alcReverb.c +++ b/Alc/alcReverb.c @@ -24,13 +24,12 @@ #include <stdlib.h> #include <math.h> -#include "AL/al.h" -#include "AL/alc.h" #include "alMain.h" +#include "alu.h" #include "alAuxEffectSlot.h" #include "alEffect.h" +#include "alFilter.h" #include "alError.h" -#include "alu.h" typedef struct DelayLine { |