Skip to content

Commit

Permalink
Merge pull request #2861 from STEllAR-GROUP/fixing_threadmanager_hpp_…
Browse files Browse the repository at this point in the history
…headers

Fixing unmatched header defines and recursive inclusion of threadmana…
  • Loading branch information
sithhell committed Aug 29, 2017
2 parents 6cef4d0 + cfd1f27 commit 93a6bc8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hpx/runtime/threads/threadmanager.hpp
Expand Up @@ -2,12 +2,11 @@
// Copyright (c) 2007-2009 Chirag Dekate, Anshul Tandon
// Copyright (c) 2011 Bryce Lelbach, Katelyn Kufahl
// Copyright (c) 2017 Shoshana Jakobovits
//
// 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)

#if !defined(HPX_THREADMANAGER_IMPL_HPP)
#define HPX_THREADMANAGER_IMPL_HPP
#if !defined(HPX_THREADMANAGER_HPP)
#define HPX_THREADMANAGER_HPP

#include <hpx/config.hpp>
#include <hpx/compat/barrier.hpp>
Expand All @@ -21,7 +20,6 @@
#include <hpx/runtime/threads/detail/thread_pool_base.hpp>
#include <hpx/runtime/threads/policies/scheduler_mode.hpp>
#include <hpx/runtime/threads/thread_init_data.hpp>
#include <hpx/runtime/threads/threadmanager.hpp>
#include <hpx/state.hpp>
#include <hpx/util/block_profiler.hpp>
#include <hpx/util/io_service_pool.hpp>
Expand Down

0 comments on commit 93a6bc8

Please sign in to comment.