Skip to content

Commit

Permalink
Remove a couple of unnecessary headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Feb 4, 2025
1 parent 9b7baae commit 18415f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/spatial/detail/ArborX_Callbacks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define ARBORX_CALLBACKS_HPP

#include <detail/ArborX_AccessTraits.hpp>
#include <detail/ArborX_PairValueIndex.hpp>
#include <detail/ArborX_Predicates.hpp> // is_valid_predicate_tag

#include <Kokkos_DetectionIdiom.hpp>
Expand Down
4 changes: 2 additions & 2 deletions src/spatial/detail/ArborX_PairValueIndex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#ifndef ARBORX_PAIR_VALUE_INDEX_HPP
#define ARBORX_PAIR_VALUE_INDEX_HPP

#include <detail/ArborX_AccessTraits.hpp>

#include <Kokkos_Macros.hpp>

#include <type_traits>

namespace ArborX
{

Expand Down

0 comments on commit 18415f6

Please sign in to comment.