forked from dolphin-emu/dolphin
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
All of the compilers we support have support for these now.
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
#include <concrt.h>
|
||||
#endif
|
||||
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
#include "Common/Flag.h"
|
||||
#include "Common/StdConditionVariable.h"
|
||||
#include "Common/StdMutex.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user