diff options
author | Chris Robinson <[email protected]> | 2020-12-04 09:42:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | 69d55d7e03996484cc899de1e21172a7a4532d6b (patch) | |
tree | df23284a2f4d6d01cc2c9cf8c4fb26f62652ad24 /alc/hrtf.cpp | |
parent | 84d47f7d4c2d1355a6eb914dd091b39683f83c15 (diff) |
Move the filters to core
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r-- | alc/hrtf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp index 12cea416..01dc342f 100644 --- a/alc/hrtf.cpp +++ b/alc/hrtf.cpp @@ -47,7 +47,7 @@ #include "alnumeric.h" #include "aloptional.h" #include "alspan.h" -#include "filters/splitter.h" +#include "core/filters/splitter.h" #include "logging.h" #include "math_defs.h" #include "opthelpers.h" |