diff options
author | Chris Robinson <[email protected]> | 2020-12-03 05:52:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | 75f469fa711cda76a6f5a69773fb467babf3436d (patch) | |
tree | 6d13f5f989cf0b3ae241c938cb668740f3f3f11d /alc/mixer/mixer_neon.cpp | |
parent | 630a3b8cbd4cd582ba76c2890b9dbe218a8b7730 (diff) |
Remove some unnecessary includes
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r-- | alc/mixer/mixer_neon.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
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 <limits> -#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; |