Skip to content

Commit

Permalink
Remove unused thread_data_fwd
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Dec 9, 2019
1 parent a163066 commit 02b5817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion hpx/lcos/local/futures_factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <hpx/memory/intrusive_ptr.hpp>
#include <hpx/runtime/get_worker_thread_num.hpp>
#include <hpx/runtime/launch_policy.hpp>
#include <hpx/runtime/threads/thread_data_fwd.hpp>
#include <hpx/runtime/threads/thread_helpers.hpp>
#include <hpx/traits/future_access.hpp>
#include <hpx/util/thread_description.hpp>
Expand Down
3 changes: 1 addition & 2 deletions hpx/traits/is_launch_policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
#define HPX_TRAITS_IS_LAUNCH_POLICY_APR_8_2014_0436PM

#include <hpx/config.hpp>
#include <hpx/runtime/launch_policy.hpp>
#include <hpx/runtime/threads/thread_data_fwd.hpp>
#include <hpx/execution/traits/executor_traits.hpp>
#include <hpx/runtime/launch_policy.hpp>
#include <hpx/type_support/decay.hpp>

#include <type_traits>
Expand Down

0 comments on commit 02b5817

Please sign in to comment.