Skip to content

Commit

Permalink
Use double quotes instead of <angled> include
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 20, 2022
1 parent 67a92d3 commit 176ae8b
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion core/perf_test/BenchmarkMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <benchmark/benchmark.h>

#include <Benchmark_Context.hpp>
#include "Benchmark_Context.hpp"
#include <Kokkos_Core.hpp>

int main(int argc, char** argv) {
Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_Raw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_a123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_a45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_a6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_a7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_a8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_b123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_b45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_b6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_b7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_b8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_c123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_c45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_c6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_c7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_c8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_d123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_d45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_d6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_d7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewCopy_d8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewCopy.hpp>
#include "PerfTest_ViewCopy.hpp"

namespace Test {

Expand Down

0 comments on commit 176ae8b

Please sign in to comment.