diff options
author | Chris Robinson <[email protected]> | 2020-03-20 15:01:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-20 15:01:45 -0700 |
commit | f56ef433d8bbf8709b559276bea79c6acb8167ef (patch) | |
tree | 9c826bbe5b187ce0c8374fb37db3bf13960297cd /al/auxeffectslot.cpp | |
parent | ad988958767f222625f2560cd628642c948cd736 (diff) |
Move the FPUCtl methods to its own source
Diffstat (limited to 'al/auxeffectslot.cpp')
-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 dbd16928..6a7bbb46 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -42,7 +42,7 @@ #include "alspan.h" #include "alu.h" #include "effect.h" -#include "fpu_modes.h" +#include "fpu_ctrl.h" #include "inprogext.h" #include "logging.h" #include "opthelpers.h" |