Skip to content

Commit

Permalink
Format most includes in win32/windows_thread_pool.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ispeters committed Oct 31, 2023
1 parent 4d9b3c1 commit a143285
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions include/unifex/win32/windows_thread_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,32 @@
*/
#pragma once

#include <unifex/exception.hpp>
#include <unifex/get_stop_token.hpp>
#include <unifex/manual_lifetime.hpp>
#include <unifex/receiver_concepts.hpp>
#include <unifex/sender_concepts.hpp>
#include <unifex/scheduler_concepts.hpp>
#include <unifex/get_stop_token.hpp>
#include <unifex/sender_concepts.hpp>
#include <unifex/stop_token_concepts.hpp>
#include <unifex/manual_lifetime.hpp>
#include <unifex/exception.hpp>

#include <unifex/win32/filetime_clock.hpp>

// clang-format off
#include <windows.h>
#include <threadpoolapiset.h>
// clang-format on

#include <utility>
#include <atomic>
#include <cstdio>
#include <exception>
#include <new>
#include <system_error>
#include <atomic>
#include <cstdio>
#include <utility>

#include <unifex/detail/prologue.hpp>

// clang-format off

namespace unifex {
namespace win32 {

Expand Down

0 comments on commit a143285

Please sign in to comment.