aboutsummaryrefslogtreecommitdiffstats
path: root/alc/converter.cpp
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2020-03-20 15:01:45 -0700
committerChris Robinson <chris.kcat@gmail.com>2020-03-20 15:01:45 -0700
commitf56ef433d8bbf8709b559276bea79c6acb8167ef (patch)
tree9c826bbe5b187ce0c8374fb37db3bf13960297cd /alc/converter.cpp
parentad988958767f222625f2560cd628642c948cd736 (diff)
Move the FPUCtl methods to its own source
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r--alc/converter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/converter.cpp b/alc/converter.cpp
index 553bad58..38b8bedb 100644
--- a/alc/converter.cpp
+++ b/alc/converter.cpp
@@ -11,7 +11,7 @@
#include "albyte.h"
#include "alu.h"
-#include "fpu_modes.h"
+#include "fpu_ctrl.h"
#include "mixer/defs.h"