diff options
author | Chris Robinson <[email protected]> | 2020-12-04 14:45:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 14:45:55 -0800 |
commit | 16ec07275f68919cc0e4264f917e4fcebcdca039 (patch) | |
tree | 36da6ad5110fce78992ab4a1185b193a21293206 /alc | |
parent | 50e33ce8f49fdf40a9c48871d63e2cb49d72c94f (diff) |
Remove an unneeded include
Diffstat (limited to 'alc')
-rw-r--r-- | alc/mixer/hrtfbase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/mixer/hrtfbase.h b/alc/mixer/hrtfbase.h index 96cc1c98..634736c0 100644 --- a/alc/mixer/hrtfbase.h +++ b/alc/mixer/hrtfbase.h @@ -3,7 +3,6 @@ #include <algorithm> -#include "alu.h" #include "../hrtf.h" #include "opthelpers.h" #include "voice.h" |