diff options
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r-- | Alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alu.cpp b/Alc/alu.cpp index 666cbb27..cc1a5a98 100644 --- a/Alc/alu.cpp +++ b/Alc/alu.cpp @@ -47,9 +47,9 @@ #include "alAuxEffectSlot.h" #include "alBuffer.h" +#include "alcmain.h" #include "alEffect.h" #include "alListener.h" -#include "alMain.h" #include "alcontext.h" #include "almalloc.h" #include "alnumeric.h" |