diff options
author | Chris Robinson <[email protected]> | 2008-01-16 14:01:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-16 14:01:24 -0800 |
commit | be34dbe608b2e1a2d8239f00ad5ee0c2a902178d (patch) | |
tree | 1986b7c6f91e8a2537a20a1927f4b0027b55f8c7 /Alc | |
parent | 70102e7cd39185a01e909a318e7564d1595125e2 (diff) |
Don't include alAuxEffectSlot.h in alSource.h
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 | ||||
-rw-r--r-- | Alc/ALu.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include "alThunk.h" #include "alSource.h" #include "alExtension.h" +#include "alAuxEffectSlot.h" #include "bs2b.h" /////////////////////////////////////////////////////// @@ -30,6 +30,7 @@ #include "alBuffer.h" #include "alThunk.h" #include "alListener.h" +#include "alAuxEffectSlot.h" #include "bs2b.h" #if defined(HAVE_STDINT_H) |