diff options
Diffstat (limited to 'alc/effects/autowah.cpp')
-rw-r--r-- | alc/effects/autowah.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/autowah.cpp b/alc/effects/autowah.cpp index 3df19eb2..6016b8ab 100644 --- a/alc/effects/autowah.cpp +++ b/alc/effects/autowah.cpp @@ -26,12 +26,12 @@ #include <iterator> #include <utility> -#include "alcontext.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" #include "core/ambidefs.h" #include "core/bufferline.h" +#include "core/context.h" #include "core/devformat.h" #include "core/device.h" #include "core/mixer.h" |