aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 19:52:54 -0800
committerChris Robinson <[email protected]>2018-11-17 19:52:54 -0800
commitd10301c209a1194741d442a44cc4c0d819803144 (patch)
tree455d2093fd6ad5bc261ed208c7b70d44192717ed /Alc
parent1ac41d3ea03aed456a94187bf8e0381eeb4168e6 (diff)
Remove unused headers and checks
Diffstat (limited to 'Alc')
-rw-r--r--Alc/alconfig.cpp1
-rw-r--r--Alc/alu.cpp1
-rw-r--r--Alc/bformatdec.cpp1
-rw-r--r--Alc/mastering.cpp1
-rw-r--r--Alc/mixer/hrtf_inc.cpp1
-rw-r--r--Alc/panning.cpp1
-rw-r--r--Alc/ringbuffer.cpp1
7 files changed, 0 insertions, 7 deletions
diff --git a/Alc/alconfig.cpp b/Alc/alconfig.cpp
index 5198f830..73ea0458 100644
--- a/Alc/alconfig.cpp
+++ b/Alc/alconfig.cpp
@@ -46,7 +46,6 @@
#include "alMain.h"
#include "alconfig.h"
#include "compat.h"
-#include "bool.h"
namespace {
diff --git a/Alc/alu.cpp b/Alc/alu.cpp
index df857b80..3075f1ec 100644
--- a/Alc/alu.cpp
+++ b/Alc/alu.cpp
@@ -37,7 +37,6 @@
#include "mastering.h"
#include "uhjfilter.h"
#include "bformatdec.h"
-#include "static_assert.h"
#include "ringbuffer.h"
#include "filters/splitter.h"
diff --git a/Alc/bformatdec.cpp b/Alc/bformatdec.cpp
index 7d1e36ff..afa25461 100644
--- a/Alc/bformatdec.cpp
+++ b/Alc/bformatdec.cpp
@@ -9,7 +9,6 @@
#include "filters/splitter.h"
#include "alu.h"
-#include "bool.h"
#include "threads.h"
#include "almalloc.h"
diff --git a/Alc/mastering.cpp b/Alc/mastering.cpp
index 001aada1..131a0330 100644
--- a/Alc/mastering.cpp
+++ b/Alc/mastering.cpp
@@ -5,7 +5,6 @@
#include "mastering.h"
#include "alu.h"
#include "almalloc.h"
-#include "static_assert.h"
#include "math_defs.h"
diff --git a/Alc/mixer/hrtf_inc.cpp b/Alc/mixer/hrtf_inc.cpp
index 1f70242d..22715abc 100644
--- a/Alc/mixer/hrtf_inc.cpp
+++ b/Alc/mixer/hrtf_inc.cpp
@@ -4,7 +4,6 @@
#include "alSource.h"
#include "hrtf.h"
-#include "align.h"
#include "alu.h"
#include "defs.h"
diff --git a/Alc/panning.cpp b/Alc/panning.cpp
index 9bde25a0..a60b4d4d 100644
--- a/Alc/panning.cpp
+++ b/Alc/panning.cpp
@@ -30,7 +30,6 @@
#include "alAuxEffectSlot.h"
#include "alu.h"
#include "alconfig.h"
-#include "bool.h"
#include "ambdec.h"
#include "bformatdec.h"
#include "filters/splitter.h"
diff --git a/Alc/ringbuffer.cpp b/Alc/ringbuffer.cpp
index 72267bd0..9d20db6c 100644
--- a/Alc/ringbuffer.cpp
+++ b/Alc/ringbuffer.cpp
@@ -25,7 +25,6 @@
#include <limits.h>
#include "ringbuffer.h"
-#include "align.h"
#include "atomic.h"
#include "threads.h"
#include "almalloc.h"