Remove some unneeded includes

This commit is contained in:
Chris Robinson
2018-11-16 08:09:56 -08:00
parent 50f36d39f7
commit ce370be52b
3 changed files with 0 additions and 8 deletions
-2
View File
@@ -46,8 +46,6 @@
#include "cpu_caps.h"
#include "bsinc_inc.h"
#include "backends/base.h"
/* Cone scalar */
ALfloat ConeScale = 1.0f;
-4
View File
@@ -3,8 +3,6 @@
#include "alMain.h"
#ifdef __cplusplus
#include <string>
#include <mutex>
@@ -116,6 +114,4 @@ struct BackendFactory {
virtual ALCbackend *createBackend(ALCdevice *device, ALCbackend_Type type) = 0;
};
#endif /* __cplusplus */
#endif /* AL_BACKENDS_BASE_H */
-2
View File
@@ -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