From 16ec07275f68919cc0e4264f917e4fcebcdca039 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Dec 2020 14:45:55 -0800 Subject: [PATCH] Remove an unneeded include --- alc/mixer/hrtfbase.h | 1 - 1 file changed, 1 deletion(-) 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 -#include "alu.h" #include "../hrtf.h" #include "opthelpers.h" #include "voice.h"