Skip to content

Commit

Permalink
Fix deprecated includes of dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ballo committed Oct 24, 2017
1 parent 1739ace commit 297a5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hpx/parallel/segmented_algorithms/detail/scan.hpp
Expand Up @@ -9,7 +9,7 @@
#define HPX_PARALLEL_SEGMENTED_ALGORITHMS_SCAN

#include <hpx/config.hpp>
#include <hpx/lcos/local/dataflow.hpp>
#include <hpx/lcos/dataflow.hpp>
#include <hpx/lcos/future.hpp>
#include <hpx/traits/is_iterator.hpp>
#include <hpx/traits/segmented_iterator_traits.hpp>
Expand Down
2 changes: 1 addition & 1 deletion hpx/parallel/segmented_algorithms/detail/transfer.hpp
Expand Up @@ -7,7 +7,7 @@
#define HPX_PARALLEL_SEGMENTED_ALGORITHMS_TRANSFER

#include <hpx/config.hpp>
#include <hpx/lcos/local/dataflow.hpp>
#include <hpx/lcos/dataflow.hpp>
#include <hpx/traits/segmented_iterator_traits.hpp>
#include <hpx/util/assert.hpp>

Expand Down

0 comments on commit 297a5a2

Please sign in to comment.