diff options
author | Chris Robinson <[email protected]> | 2012-09-14 02:42:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 02:42:36 -0700 |
commit | 9f58edd7a873aaec50ca27c52372d70b3a0e1738 (patch) | |
tree | 5d263a253958e39553f80a65a2d60c1f797ed415 /Alc | |
parent | 0f3a575a09fd3fa77564fd58d526aef14e8ef22a (diff) |
Fix up some more header includes
Diffstat (limited to 'Alc')
-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 { |