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 /al | |
parent | 002c5062964a598f8cdf53e6b3ed4836629c5048 (diff) |
Move cpu_caps and fpu_ctrl to core
Diffstat (limited to 'al')
-rw-r--r-- | al/auxeffectslot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 61a31774..9a319126 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -43,9 +43,9 @@ #include "alu.h" #include "buffer.h" #include "core/except.h" +#include "core/fpu_ctrl.h" #include "core/logging.h" #include "effect.h" -#include "fpu_ctrl.h" #include "inprogext.h" #include "opthelpers.h" |