diff options
Diffstat (limited to '3rdparty/asio/include/asio/system_timer.hpp')
-rw-r--r-- | 3rdparty/asio/include/asio/system_timer.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/3rdparty/asio/include/asio/system_timer.hpp b/3rdparty/asio/include/asio/system_timer.hpp index 75425ebad55..7b5e768032f 100644 --- a/3rdparty/asio/include/asio/system_timer.hpp +++ b/3rdparty/asio/include/asio/system_timer.hpp @@ -2,7 +2,7 @@ // system_timer.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2021 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::system_clock> system_timer; } // namespace asio -#endif // defined(ASIO_HAS_CHRONO) || defined(GENERATING_DOCUMENTATION) - #endif // ASIO_SYSTEM_TIMER_HPP |