Remove inclusion of Kokkos_Parallel_Reduce.hpp

This header is now considered an internal header, and the latest
release commit of Kokkos does not allow you to include it. The
header gets included anyway with Kokkos_Core.hpp, so we can safely
just delete it.

See https://github.com/kokkos/kokkos/pull/5178
This commit is contained in:
Kenneth Moreland 2022-08-12 15:18:45 -04:00
parent 7cbf3a9c91
commit cfb137947e

@ -27,7 +27,6 @@
VTKM_THIRDPARTY_PRE_INCLUDE
#include <Kokkos_Core.hpp>
#include <Kokkos_DualView.hpp>
#include <Kokkos_Parallel_Reduce.hpp>
#include <Kokkos_Sort.hpp>
VTKM_THIRDPARTY_POST_INCLUDE