diff options
author | Chris Robinson <[email protected]> | 2018-11-17 19:52:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 19:52:54 -0800 |
commit | d10301c209a1194741d442a44cc4c0d819803144 (patch) | |
tree | 455d2093fd6ad5bc261ed208c7b70d44192717ed /OpenAL32 | |
parent | 1ac41d3ea03aed456a94187bf8e0381eeb4168e6 (diff) |
Remove unused headers and checks
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 | ||||
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 | ||||
-rw-r--r-- | OpenAL32/Include/alSource.h | 1 | ||||
-rw-r--r-- | OpenAL32/Include/alu.h | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 16de9a79..99060b74 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -5,7 +5,6 @@ #include "alEffect.h" #include "atomic.h" -#include "align.h" #ifdef __cplusplus extern "C" { diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index a79b6962..75cd0576 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -23,8 +23,6 @@ #include "inprogext.h" #include "logging.h" #include "polymorphism.h" -#include "static_assert.h" -#include "align.h" #include "atomic.h" #include "vector.h" #include "almalloc.h" diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index f7749de3..53313fdd 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -1,7 +1,6 @@ #ifndef _AL_SOURCE_H_ #define _AL_SOURCE_H_ -#include "bool.h" #include "alMain.h" #include "alu.h" #include "hrtf.h" diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 2dbd3107..78ec502d 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -14,7 +14,6 @@ #include "alBuffer.h" #include "hrtf.h" -#include "align.h" #include "math_defs.h" #include "filters/defs.h" #include "filters/nfc.h" |