diff options
author | Chris Robinson <[email protected]> | 2012-10-09 04:48:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-09 04:48:12 -0700 |
commit | d598f82722d6784fada1c8b2a522463d5bf31c42 (patch) | |
tree | 4e31274f54182d8321cc9a5ac26085e7067894a5 /OpenAL32/Include/alMain.h | |
parent | c22408cb2af607ce65846a4ade31251b714c183b (diff) |
Don't include alListener.h from alMain.h
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index e12e432f..9c44cfc6 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -366,7 +366,6 @@ static __inline void LockUIntMapWrite(UIntMap *map) static __inline void UnlockUIntMapWrite(UIntMap *map) { WriteUnlock(&map->lock); } -#include "alListener.h" #ifdef __cplusplus extern "C" { @@ -709,7 +708,7 @@ struct ALCcontext_struct { volatile RefCount ref; - ALlistener *Listener; + struct ALlistener *Listener; UIntMap SourceMap; UIntMap EffectSlotMap; |