Skip to content

Commit

Permalink
switch from angle bracket to quote
Browse files Browse the repository at this point in the history
  • Loading branch information
tmranse committed Apr 12, 2024
1 parent cb69b94 commit 58fb42c
Show file tree
Hide file tree
Showing 204 changed files with 204 additions and 204 deletions.
2 changes: 1 addition & 1 deletion algorithms/src/sorting/Kokkos_SortPublicAPI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_SORT_PUBLIC_API_HPP_
#define KOKKOS_SORT_PUBLIC_API_HPP_

// IWYU pragma: private; include <Kokkos_Sort.hpp>
// IWYU pragma: private; include "Kokkos_Sort.hpp"
#include "./impl/Kokkos_SortImpl.hpp"
#include <std_algorithms/Kokkos_BeginEnd.hpp>
#include <Kokkos_Core.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_ADJACENT_DIFFERENCE_HPP
#define KOKKOS_STD_ALGORITHMS_ADJACENT_DIFFERENCE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_AdjacentDifference.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_AdjacentFind.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_ADJACENT_FIND_HPP
#define KOKKOS_STD_ALGORITHMS_ADJACENT_FIND_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_AdjacentFind.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_AllOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_ALL_OF_HPP
#define KOKKOS_STD_ALGORITHMS_ALL_OF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_AllOfAnyOfNoneOf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_AnyOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_ANY_OF_HPP
#define KOKKOS_STD_ALGORITHMS_ANY_OF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_AllOfAnyOfNoneOf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COPY_HPP
#define KOKKOS_STD_ALGORITHMS_COPY_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CopyCopyN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_CopyBackward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COPY_BACKWARD_HPP
#define KOKKOS_STD_ALGORITHMS_COPY_BACKWARD_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CopyBackward.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_CopyIf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COPY_IF_HPP
#define KOKKOS_STD_ALGORITHMS_COPY_IF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CopyIf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_CopyN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COPY_N_HPP
#define KOKKOS_STD_ALGORITHMS_COPY_N_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CopyCopyN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Count.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COUNT_HPP
#define KOKKOS_STD_ALGORITHMS_COUNT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CountCountIf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_CountIf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_COUNT_IF_HPP
#define KOKKOS_STD_ALGORITHMS_COUNT_IF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_CountCountIf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Distance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_DISTANCE_HPP
#define KOKKOS_STD_ALGORITHMS_DISTANCE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_Constraints.hpp"
#include "impl/Kokkos_RandomAccessIterator.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Equal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_EQUAL_HPP
#define KOKKOS_STD_ALGORITHMS_EQUAL_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_Equal.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_ExclusiveScan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_EXCLUSIVE_SCAN_HPP
#define KOKKOS_STD_ALGORITHMS_EXCLUSIVE_SCAN_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_ExclusiveScan.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Fill.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FILL_HPP
#define KOKKOS_STD_ALGORITHMS_FILL_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FillFillN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_FillN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FILL_N_HPP
#define KOKKOS_STD_ALGORITHMS_FILL_N_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FillFillN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Find.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FIND_HPP
#define KOKKOS_STD_ALGORITHMS_FIND_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FindIfOrNot.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_FindEnd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FIND_END_HPP
#define KOKKOS_STD_ALGORITHMS_FIND_END_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FindEnd.hpp"
#include "Kokkos_Equal.hpp"
#include "Kokkos_BeginEnd.hpp"
Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_FindFirstOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FIND_FIRST_OF_HPP
#define KOKKOS_STD_ALGORITHMS_FIND_FIRST_OF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FindFirstOf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_FindIf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FIND_IF_HPP
#define KOKKOS_STD_ALGORITHMS_FIND_IF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FindIfOrNot.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_FindIfNot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FIND_IF_NOT_HPP
#define KOKKOS_STD_ALGORITHMS_FIND_IF_NOT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_FindIfOrNot.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_ForEach.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FOR_EACH_HPP
#define KOKKOS_STD_ALGORITHMS_FOR_EACH_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_ForEachForEachN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_ForEachN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_FOR_EACH_N_HPP
#define KOKKOS_STD_ALGORITHMS_FOR_EACH_N_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_ForEachForEachN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Generate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_GENERATE_HPP
#define KOKKOS_STD_ALGORITHMS_GENERATE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_GenerateGenerateN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_GenerateN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_GENERATE_N_HPP
#define KOKKOS_STD_ALGORITHMS_GENERATE_N_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_GenerateGenerateN.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_InclusiveScan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_INCLUSIVE_SCAN_HPP
#define KOKKOS_STD_ALGORITHMS_INCLUSIVE_SCAN_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_InclusiveScan.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_IsPartitioned.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_IS_PARTITIONED_HPP
#define KOKKOS_STD_ALGORITHMS_IS_PARTITIONED_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_IsPartitioned.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_IsSorted.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_IS_SORTED_HPP
#define KOKKOS_STD_ALGORITHMS_IS_SORTED_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_IsSorted.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_IsSortedUntil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_IS_SORTED_UNTIL_HPP
#define KOKKOS_STD_ALGORITHMS_IS_SORTED_UNTIL_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_IsSortedUntil.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_IterSwap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_ITER_SWAP_HPP
#define KOKKOS_STD_ALGORITHMS_ITER_SWAP_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include <Kokkos_Core.hpp>
#include "impl/Kokkos_Constraints.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_LEXICOGRAPHICAL_COMPARE_HPP
#define KOKKOS_STD_ALGORITHMS_LEXICOGRAPHICAL_COMPARE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_LexicographicalCompare.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_MaxElement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MAX_ELEMENT_HPP
#define KOKKOS_STD_ALGORITHMS_MAX_ELEMENT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_MinMaxMinmaxElement.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_MinElement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MIN_ELEMENT_HPP
#define KOKKOS_STD_ALGORITHMS_MIN_ELEMENT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_MinMaxMinmaxElement.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_MinMaxElement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MINMAX_ELEMENT_HPP
#define KOKKOS_STD_ALGORITHMS_MINMAX_ELEMENT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_MinMaxMinmaxElement.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Mismatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MISMATCH_HPP
#define KOKKOS_STD_ALGORITHMS_MISMATCH_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_Mismatch.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Move.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MOVE_HPP
#define KOKKOS_STD_ALGORITHMS_MOVE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_Move.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_MoveBackward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_MOVE_BACKWARD_HPP
#define KOKKOS_STD_ALGORITHMS_MOVE_BACKWARD_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_MoveBackward.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_NoneOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_NONE_OF_HPP
#define KOKKOS_STD_ALGORITHMS_NONE_OF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_AllOfAnyOfNoneOf.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_PartitionCopy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_PARTITION_COPY_HPP
#define KOKKOS_STD_ALGORITHMS_PARTITION_COPY_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_PartitionCopy.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_PartitionPoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_PARTITION_POINT_HPP
#define KOKKOS_STD_ALGORITHMS_PARTITION_POINT_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_PartitionPoint.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Reduce.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_REDUCE_HPP
#define KOKKOS_STD_ALGORITHMS_REDUCE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_Reduce.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_Remove.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_REMOVE_HPP
#define KOKKOS_STD_ALGORITHMS_REMOVE_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_RemoveAllVariants.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_RemoveCopy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_REMOVE_COPY_HPP
#define KOKKOS_STD_ALGORITHMS_REMOVE_COPY_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_RemoveAllVariants.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/src/std_algorithms/Kokkos_RemoveCopyIf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef KOKKOS_STD_ALGORITHMS_REMOVE_COPY_IF_HPP
#define KOKKOS_STD_ALGORITHMS_REMOVE_COPY_IF_HPP

// IWYU pragma: private; include <Kokkos_StdAlgorithms.hpp>
// IWYU pragma: private; include "Kokkos_StdAlgorithms.hpp"
#include "impl/Kokkos_RemoveAllVariants.hpp"
#include "Kokkos_BeginEnd.hpp"

Expand Down

0 comments on commit 58fb42c

Please sign in to comment.