From d18d3e1f3ef788d764ff2110ee3d1aaad51a6479 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 14 Aug 2014 01:14:35 -0400 Subject: Common: Get rid of StdConditionVariable, StdMutex, and StdThread. All of the compilers we support have support for these now. --- Source/Core/AudioCommon/OpenALStream.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/OpenALStream.cpp') diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index d9a26cac14..f82202c5da 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -2,10 +2,11 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include + #include "AudioCommon/aldlist.h" #include "AudioCommon/DPL2Decoder.h" #include "AudioCommon/OpenALStream.h" -#include "Common/StdThread.h" #include "Common/Thread.h" #if defined HAVE_OPENAL && HAVE_OPENAL -- cgit v1.2.3