aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-25 10:28:02 -0800
committerChris Robinson <[email protected]>2018-12-25 10:28:02 -0800
commit8336de665306e3d1669b9af675b3cf39f0bcbc4a (patch)
tree50b8d804d553ff74ef66671c68779e95f049a778 /OpenAL32
parent9e19acd9e1bf4627d99a0ef87757da4c227ef2db (diff)
Rename a couple filter files for consistency
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 78733d8d..4620aeb6 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -18,7 +18,7 @@
#include "hrtf.h"
#include "math_defs.h"
-#include "filters/defs.h"
+#include "filters/biquad.h"
#include "filters/nfc.h"
#include "almalloc.h"