aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-22 05:06:15 -0700
committerChris Robinson <[email protected]>2018-03-22 05:06:15 -0700
commit091e676db34ff51a709427d5b1203bfcd0788fb4 (patch)
tree6d67621e71b1290cdf3241a949f45f0e9915ab0e /Alc/ALu.c
parent6ad171781a8e2270f598263149356385cc06d8f9 (diff)
Move mixer sources into a sub-directory
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 1aa35cb7..63d13838 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -40,9 +40,9 @@
#include "static_assert.h"
#include "ringbuffer.h"
+#include "mixer/defs.h"
#include "fpu_modes.h"
#include "cpu_caps.h"
-#include "mixer_defs.h"
#include "bsinc_inc.h"
#include "backends/base.h"