diff options
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index 6d7a3ca5..3ce845ce 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -18,13 +18,12 @@ * Or go to http://www.gnu.org/copyleft/lgpl.html */ -#include <stdlib.h> - #include "config.h" +#include <stdlib.h> + #include "AL/al.h" #include "AL/alc.h" - #include "alMain.h" #include "alAuxEffectSlot.h" #include "alThunk.h" |