aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-04 09:42:13 -0800
committerChris Robinson <[email protected]>2020-12-04 11:15:50 -0800
commit69d55d7e03996484cc899de1e21172a7a4532d6b (patch)
treedf23284a2f4d6d01cc2c9cf8c4fb26f62652ad24 /alc/voice.h
parent84d47f7d4c2d1355a6eb914dd091b39683f83c15 (diff)
Move the filters to core
Diffstat (limited to 'alc/voice.h')
-rw-r--r--alc/voice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/alc/voice.h b/alc/voice.h
index 8a7d12d1..00012de3 100644
--- a/alc/voice.h
+++ b/alc/voice.h
@@ -8,9 +8,9 @@
#include "alu.h"
#include "buffer_storage.h"
#include "core/devformat.h"
-#include "filters/biquad.h"
-#include "filters/nfc.h"
-#include "filters/splitter.h"
+#include "core/filters/biquad.h"
+#include "core/filters/nfc.h"
+#include "core/filters/splitter.h"
#include "hrtf.h"
#include "mixer/defs.h"