diff options
author | Chris Robinson <[email protected]> | 2020-12-31 16:47:12 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-31 16:47:12 -0800 |
commit | 20ef8bf390541339f068676f9d14061fe2f5e115 (patch) | |
tree | 6cca7aa12e11a6b5918fa3748391cb336d8d00bb /alc/alc.cpp | |
parent | 002c5062964a598f8cdf53e6b3ed4836629c5048 (diff) |
Move cpu_caps and fpu_ctrl to core
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 9bfc0b48..8cd902ed 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -80,16 +80,16 @@ #include "compat.h" #include "core/ambidefs.h" #include "core/bs2b.h" +#include "core/cpu_caps.h" #include "core/devformat.h" #include "core/except.h" #include "core/mastering.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" +#include "core/fpu_ctrl.h" #include "core/logging.h" #include "core/uhjfilter.h" -#include "cpu_caps.h" #include "effects/base.h" -#include "fpu_ctrl.h" #include "front_stablizer.h" #include "hrtf.h" #include "inprogext.h" |