diff options
author | Chris Robinson <[email protected]> | 2018-11-16 08:09:56 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 08:09:56 -0800 |
commit | ce370be52b70f09cd87e8dff80f2dcd289203423 (patch) | |
tree | fa65ff9cb2936250721570abb82ae462858ee7e2 /Alc/inldefs.c | |
parent | 50f36d39f7e62cd9c8701ef12515cf2b24204069 (diff) |
Remove some unneeded includes
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 |