diff options
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 3 |
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; |