aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-16 08:09:56 -0800
committerChris Robinson <[email protected]>2018-11-16 08:09:56 -0800
commitce370be52b70f09cd87e8dff80f2dcd289203423 (patch)
treefa65ff9cb2936250721570abb82ae462858ee7e2 /Alc/ALu.c
parent50f36d39f7e62cd9c8701ef12515cf2b24204069 (diff)
Remove some unneeded includes
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 4d03fc0b..a9b5a009 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -46,8 +46,6 @@
#include "cpu_caps.h"
#include "bsinc_inc.h"
-#include "backends/base.h"
-
/* Cone scalar */
ALfloat ConeScale = 1.0f;