diff options
Diffstat (limited to 'alc/effects/pshifter.cpp')
-rw-r--r-- | alc/effects/pshifter.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/alc/effects/pshifter.cpp b/alc/effects/pshifter.cpp index 39d3cf1a..eac5894b 100644 --- a/alc/effects/pshifter.cpp +++ b/alc/effects/pshifter.cpp @@ -30,14 +30,13 @@ #include <complex> #include <algorithm> +#include "al/auxeffectslot.h" +#include "al/error.h" #include "alcmain.h" +#include "alcomplex.h" #include "alcontext.h" -#include "alAuxEffectSlot.h" -#include "alError.h" #include "alu.h" -#include "alcomplex.h" - namespace { |