mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 11:38:49 -06:00
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
All of the compilers we support have support for these now.
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <lzo/lzo1x.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Event.h"
|
||||
#include "Common/StdMutex.h"
|
||||
#include "Common/StdThread.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Timer.h"
|
||||
|
||||
|
Reference in New Issue
Block a user