mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
std::chrono cleanup: always use steady_clock
This commit is contained in:
parent
12a48fc6d1
commit
aa3aef4beb
19 changed files with 96 additions and 97 deletions
|
@ -13,13 +13,6 @@
|
|||
#include "define_new_memleakdetect.h"
|
||||
#endif
|
||||
|
||||
#pragma warning( disable : 4351 )
|
||||
|
||||
// MSVC bug workaround
|
||||
#ifdef _MSC_VER
|
||||
namespace std { inline namespace literals { inline namespace chrono_literals {}}}
|
||||
#endif
|
||||
|
||||
#include "Utilities/types.h"
|
||||
#include "Utilities/BEType.h"
|
||||
#include "util/atomic.hpp"
|
||||
|
@ -39,5 +32,3 @@ namespace std { inline namespace literals { inline namespace chrono_literals {}}
|
|||
#include <unordered_map>
|
||||
#include <algorithm>
|
||||
#include <string_view>
|
||||
|
||||
using namespace std::literals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue