aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/echo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effects/echo.cpp')
-rw-r--r--alc/effects/echo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/alc/effects/echo.cpp b/alc/effects/echo.cpp
index c10f2eb2..8e309cbb 100644
--- a/alc/effects/echo.cpp
+++ b/alc/effects/echo.cpp
@@ -25,11 +25,11 @@
#include <algorithm>
+#include "al/auxeffectslot.h"
+#include "al/error.h"
+#include "al/filter.h"
#include "alcmain.h"
#include "alcontext.h"
-#include "alFilter.h"
-#include "alAuxEffectSlot.h"
-#include "alError.h"
#include "alu.h"
#include "filters/biquad.h"
#include "vector.h"