Skip to content

Commit

Permalink
More inspect happyness
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 8, 2017
1 parent 45d3cff commit 5a05907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions hpx/runtime/threads/detail/scheduled_thread_pool_impl.hpp
Expand Up @@ -24,6 +24,9 @@
#include <hpx/throw_exception.hpp>
#include <hpx/util/unlock_guard.hpp>

#include <boost/atomic.hpp>
#include <boost/system/system_error.hpp>

#include <algorithm>
#include <numeric>
#include <cstddef>
Expand Down
3 changes: 0 additions & 3 deletions hpx/runtime/threads/detail/thread_pool_base.hpp
Expand Up @@ -25,9 +25,6 @@
#include <hpx/util/steady_clock.hpp>
#include <hpx/util_fwd.hpp>

#include <boost/atomic.hpp>
#include <boost/scoped_ptr.hpp>

#include <cstddef>
#include <cstdint>
#include <exception>
Expand Down
3 changes: 0 additions & 3 deletions src/runtime/threads/detail/thread_pool_base.cpp
Expand Up @@ -23,9 +23,6 @@
#include <hpx/util/high_resolution_clock.hpp>
#include <hpx/util/thread_specific_ptr.hpp>

#include <boost/atomic.hpp>
#include <boost/system/system_error.hpp>

#include <cstddef>
#include <cstdint>
#include <memory>
Expand Down

0 comments on commit 5a05907

Please sign in to comment.