summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/steady_timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/steady_timer.hpp')
-rw-r--r--3rdparty/asio/include/asio/steady_timer.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/3rdparty/asio/include/asio/steady_timer.hpp b/3rdparty/asio/include/asio/steady_timer.hpp
index 746ac04a81b..5db00250b71 100644
--- a/3rdparty/asio/include/asio/steady_timer.hpp
+++ b/3rdparty/asio/include/asio/steady_timer.hpp
@@ -2,7 +2,7 @@
// steady_timer.hpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -16,9 +16,6 @@
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#include "asio/detail/config.hpp"
-
-#if defined(ASIO_HAS_CHRONO) || defined(GENERATING_DOCUMENTATION)
-
#include "asio/basic_waitable_timer.hpp"
#include "asio/detail/chrono.hpp"
@@ -37,6 +34,4 @@ typedef basic_waitable_timer<chrono::steady_clock> steady_timer;
} // namespace asio
-#endif // defined(ASIO_HAS_CHRONO) || defined(GENERATING_DOCUMENTATION)
-
#endif // ASIO_STEADY_TIMER_HPP