aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/Duration.h
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2024-11-23 13:39:40 +0100
committerNaddley <NaddleyTC@gmail.com>2024-11-23 13:39:40 +0100
commitf1cc122b1de52379525c2c69a18428a90c6a2149 (patch)
treebef31752539495ce098681580384ae9b1540e22b /src/common/Utilities/Duration.h
parentc1cd8c421ca548afe5a2ed901e2d3b30b35e6f45 (diff)
parent96956b0e5b74884ff8f7bede5c8c11adbb5ee873 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/common/Utilities/Duration.h')
-rw-r--r--src/common/Utilities/Duration.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/Utilities/Duration.h b/src/common/Utilities/Duration.h
index b4c3f17cb3e..f506467abda 100644
--- a/src/common/Utilities/Duration.h
+++ b/src/common/Utilities/Duration.h
@@ -18,12 +18,7 @@
#ifndef _DURATION_H_
#define _DURATION_H_
-// HACKS TERRITORY
-#if __has_include(<__msvc_chrono.hpp>)
-#include <__msvc_chrono.hpp> // skip all the formatting/istream/locale/mutex bloat
-#else
#include <chrono>
-#endif
/// Milliseconds shorthand typedef.
typedef std::chrono::milliseconds Milliseconds;