diff options
author | Chris Robinson <[email protected]> | 2019-08-05 18:36:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-05 18:36:39 -0700 |
commit | 80a85febcfb44369b7c84f4d64a7e53bf390f920 (patch) | |
tree | b6b6354ddf8955139f9dcfab2ca2ea52da8f6ce5 /alc/alu.cpp | |
parent | d06afa7ca11e06186a62c9465ad099374a4514e7 (diff) |
Update some includes
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index f2c843fe..b50927e2 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -60,6 +60,7 @@ #include "bformatdec.h" #include "bs2b.h" #include "cpu_caps.h" +#include "devformat.h" #include "effects/base.h" #include "filters/biquad.h" #include "filters/nfc.h" @@ -75,7 +76,6 @@ #include "threads.h" #include "uhjfilter.h" #include "vecmat.h" -#include "vector.h" #include "bsinc_inc.h" |