Skip to content

Commit

Permalink
#253: remove private kokkos header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jul 25, 2022
1 parent e320c00 commit 64e706c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/checkpoint/container/view_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
#if KOKKOS_ENABLED_CHECKPOINT

#include <Kokkos_Core.hpp>
#include <Kokkos_View.hpp>
#include <Kokkos_DynamicView.hpp>
#include <Kokkos_Serial.hpp>
#include <Kokkos_DynRankView.hpp>

#if KOKKOS_VERSION > 30699L
Expand Down
2 changes: 0 additions & 2 deletions src/checkpoint/container/view_traits_extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
#if KOKKOS_ENABLED_CHECKPOINT

#include <Kokkos_Core.hpp>
#include <Kokkos_View.hpp>
#include <Kokkos_DynamicView.hpp>
#include <Kokkos_Serial.hpp>
#include <Kokkos_DynRankView.hpp>

#include <utility>
Expand Down
2 changes: 0 additions & 2 deletions src/checkpoint/container/view_traverse_manual.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
#if KOKKOS_ENABLED_CHECKPOINT

#include <Kokkos_Core.hpp>
#include <Kokkos_View.hpp>
#include <Kokkos_DynamicView.hpp>
#include <Kokkos_Serial.hpp>

#include <utility>
#include <tuple>
Expand Down
2 changes: 0 additions & 2 deletions src/checkpoint/container/view_traverse_ndim.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
#if KOKKOS_ENABLED_CHECKPOINT

#include <Kokkos_Core.hpp>
#include <Kokkos_View.hpp>
#include <Kokkos_DynamicView.hpp>
#include <Kokkos_Serial.hpp>

#include <utility>
#include <tuple>
Expand Down

0 comments on commit 64e706c

Please sign in to comment.