diff options
author | Chris Robinson <[email protected]> | 2014-05-04 00:19:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-05-04 00:19:55 -0700 |
commit | db90985f6a0db8cbd97c2c1ece259eeba15f983b (patch) | |
tree | 659345ab000f99870e5700c7464856224217f3fc /Alc/mixer_neon.c | |
parent | a2bb4c3f1344ad5876181fd0c3131e018915276e (diff) |
Remove unnecessary ifdefs
mixer_sse.c and mixer_neon.c are only compiled when the relavent headers are
found anyway.
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r-- | Alc/mixer_neon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 0fa80939..cd3f4574 100644 --- a/Alc/mixer_neon.c +++ b/Alc/mixer_neon.c @@ -1,8 +1,6 @@ #include "config.h" -#ifdef HAVE_ARM_NEON_H #include <arm_neon.h> -#endif #include "AL/al.h" #include "AL/alc.h" |