aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/alSource.cpp')
-rw-r--r--OpenAL32/alSource.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alSource.cpp b/OpenAL32/alSource.cpp
index b080f874..4af5cc47 100644
--- a/OpenAL32/alSource.cpp
+++ b/OpenAL32/alSource.cpp
@@ -30,7 +30,6 @@
#include <climits>
#include <cmath>
#include <cstdint>
-#include <cstdlib>
#include <functional>
#include <iterator>
#include <limits>
@@ -39,7 +38,6 @@
#include <new>
#include <numeric>
#include <thread>
-#include <type_traits>
#include <utility>
#include "AL/al.h"
@@ -69,7 +67,6 @@
#include "opthelpers.h"
#include "ringbuffer.h"
#include "threads.h"
-#include "vector.h"
namespace {