diff options
author | Chris Robinson <[email protected]> | 2018-12-25 10:28:02 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-25 10:28:02 -0800 |
commit | 8336de665306e3d1669b9af675b3cf39f0bcbc4a (patch) | |
tree | 50b8d804d553ff74ef66671c68779e95f049a778 /OpenAL32 | |
parent | 9e19acd9e1bf4627d99a0ef87757da4c227ef2db (diff) |
Rename a couple filter files for consistency
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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" |