aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_neon.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-04 07:35:40 -0800
committerChris Robinson <[email protected]>2020-12-04 11:15:50 -0800
commit84d47f7d4c2d1355a6eb914dd091b39683f83c15 (patch)
tree5e8266a74e7821d47e8d1bc0e14cd7570fef6bf5 /alc/mixer/mixer_neon.cpp
parent36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (diff)
Move the bsinc tables to core
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r--alc/mixer/mixer_neon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp
index bce2f4f8..631b0371 100644
--- a/alc/mixer/mixer_neon.cpp
+++ b/alc/mixer/mixer_neon.cpp
@@ -5,7 +5,7 @@
#include <limits>
#include "alnumeric.h"
-#include "bsinc_defs.h"
+#include "core/bsinc_defs.h"
#include "defs.h"
#include "hrtfbase.h"