aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 54bb7001..d11a6c18 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -56,6 +56,8 @@
#include "core/cpu_caps.h"
#include "core/devformat.h"
#include "core/device.h"
+#include "core/effects/base.h"
+#include "core/effectslot.h"
#include "core/filters/biquad.h"
#include "core/filters/nfc.h"
#include "core/fpu_ctrl.h"
@@ -68,8 +70,6 @@
#include "core/uhjfilter.h"
#include "core/voice.h"
#include "core/voice_change.h"
-#include "effects/base.h"
-#include "effectslot.h"
#include "intrusive_ptr.h"
#include "math_defs.h"
#include "opthelpers.h"