From 75f469fa711cda76a6f5a69773fb467babf3436d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 3 Dec 2020 05:52:13 -0800 Subject: Remove some unnecessary includes --- alc/mixer/mixer_neon.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'alc/mixer/mixer_neon.cpp') diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp index 1abf216f..bce2f4f8 100644 --- a/alc/mixer/mixer_neon.cpp +++ b/alc/mixer/mixer_neon.cpp @@ -4,14 +4,9 @@ #include -#include "AL/al.h" -#include "AL/alc.h" -#include "alcmain.h" #include "alnumeric.h" -#include "alu.h" -#include "hrtf.h" -#include "defs.h" #include "bsinc_defs.h" +#include "defs.h" #include "hrtfbase.h" struct NEONTag; -- cgit v1.2.3