aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.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/alu.cpp
parent36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (diff)
Move the bsinc tables to core
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 5c532a05..18a26a38 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -59,6 +59,7 @@
#include "atomic.h"
#include "bformatdec.h"
#include "bs2b.h"
+#include "core/bsinc_tables.h"
#include "core/devformat.h"
#include "core/mastering.h"
#include "cpu_caps.h"
@@ -80,8 +81,6 @@
#include "vecmat.h"
#include "voice.h"
-#include "bsinc_tables.h"
-
struct CTag;
#ifdef HAVE_SSE
struct SSETag;