diff options
Diffstat (limited to 'Alc/inldefs.c')
-rw-r--r-- | Alc/inldefs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/inldefs.c b/Alc/inldefs.c index dd1cff4a..025f2d27 100644 --- a/Alc/inldefs.c +++ b/Alc/inldefs.c @@ -8,8 +8,6 @@ #include "alBuffer.h" #include "alEffect.h" -#include "backends/base.h" - /* This is a place to dump inline function instantiations, to generate function * bodies for calls that can't be inlined. C++ does not have a way to do this * explicitly, so as long as there is C code calling inline functions, a body |