aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/distortion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effects/distortion.cpp')
-rw-r--r--alc/effects/distortion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/distortion.cpp b/alc/effects/distortion.cpp
index 59557395..a74575d4 100644
--- a/alc/effects/distortion.cpp
+++ b/alc/effects/distortion.cpp
@@ -25,10 +25,10 @@
#include <cmath>
+#include "al/auxeffectslot.h"
+#include "al/error.h"
#include "alcmain.h"
#include "alcontext.h"
-#include "alAuxEffectSlot.h"
-#include "alError.h"
#include "alu.h"
#include "filters/biquad.h"