aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effects')
-rw-r--r--alc/effects/chorus.cpp2
-rw-r--r--alc/effects/convolution.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/chorus.cpp b/alc/effects/chorus.cpp
index 68a79fba..2006b163 100644
--- a/alc/effects/chorus.cpp
+++ b/alc/effects/chorus.cpp
@@ -37,7 +37,7 @@
#include "alnumeric.h"
#include "alspan.h"
#include "alu.h"
-#include "ambidefs.h"
+#include "core/ambidefs.h"
#include "effects/base.h"
#include "math_defs.h"
#include "opthelpers.h"
diff --git a/alc/effects/convolution.cpp b/alc/effects/convolution.cpp
index 8914835a..b190e75e 100644
--- a/alc/effects/convolution.cpp
+++ b/alc/effects/convolution.cpp
@@ -13,9 +13,9 @@
#include "alcontext.h"
#include "almalloc.h"
#include "alspan.h"
-#include "ambidefs.h"
#include "bformatdec.h"
#include "buffer_storage.h"
+#include "core/ambidefs.h"
#include "core/filters/splitter.h"
#include "effects/base.h"
#include "effectslot.h"