Skip to content

Commit

Permalink
Removed unused includes from core/src/impl/Kokkos_Exp* and
Browse files Browse the repository at this point in the history
core/src/impl/Kokkos_[A-E]*
  • Loading branch information
nliber committed Aug 6, 2024
1 parent b9fa542 commit db13da6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions core/src/impl/KokkosExp_Host_IterateTile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#define KOKKOS_ENABLE_IVDEP_MDRANGE
#endif

#include <algorithm>

namespace Kokkos {
namespace Impl {

Expand Down
3 changes: 0 additions & 3 deletions core/src/impl/KokkosExp_IterateTileGPU.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@

#include <Kokkos_Macros.hpp>

#include <algorithm>

#include <utility>

#include <impl/Kokkos_Profiling_Interface.hpp>
#include <typeinfo>

namespace Kokkos {
namespace Impl {
Expand Down
1 change: 0 additions & 1 deletion core/src/impl/Kokkos_BitOps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define KOKKOS_BITOPS_HPP

#include <Kokkos_Macros.hpp>
#include <cstdint>
#include <climits>

#if defined(KOKKOS_COMPILER_INTEL) || defined(KOKKOS_COMPILER_INTEL_LLVM)
Expand Down
1 change: 0 additions & 1 deletion core/src/impl/Kokkos_Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <impl/Kokkos_ExecSpaceManager.hpp>
#include <impl/Kokkos_CPUDiscovery.hpp>

#include <algorithm>
#include <cctype>
#include <cstring>
#include <iostream>
Expand Down

0 comments on commit db13da6

Please sign in to comment.