diff options
Diffstat (limited to 'alc/effects/fshifter.cpp')
-rw-r--r-- | alc/effects/fshifter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/fshifter.cpp b/alc/effects/fshifter.cpp index aae4b72c..e19809bb 100644 --- a/alc/effects/fshifter.cpp +++ b/alc/effects/fshifter.cpp @@ -28,11 +28,11 @@ #include <iterator> #include "alcomplex.h" -#include "alcontext.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" #include "core/bufferline.h" +#include "core/context.h" #include "core/devformat.h" #include "core/device.h" #include "core/mixer.h" |