aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/hrtfbase.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-12 14:15:17 -0800
committerChris Robinson <[email protected]>2020-12-12 14:15:17 -0800
commit1ad944555c36620f901d13be04e3eacc7e8dcee0 (patch)
tree2c13fffec9aa6b509b22157f9b16facb39eef05a /alc/mixer/hrtfbase.h
parent176bc8a8354fe3b79c6a109d61c1e3e79898dfe6 (diff)
Move some HRTF definitions to a separate header
Diffstat (limited to 'alc/mixer/hrtfbase.h')
-rw-r--r--alc/mixer/hrtfbase.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/alc/mixer/hrtfbase.h b/alc/mixer/hrtfbase.h
index 4f5b399a..f25801b5 100644
--- a/alc/mixer/hrtfbase.h
+++ b/alc/mixer/hrtfbase.h
@@ -2,10 +2,11 @@
#define MIXER_HRTFBASE_H
#include <algorithm>
+#include <cmath>
-#include "../hrtf.h"
+#include "almalloc.h"
+#include "hrtfdefs.h"
#include "opthelpers.h"
-#include "voice.h"
using uint = unsigned int;