From 692b765ceb34e8555eb210cb1f1d9a0de6c31e8f Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Thu, 31 Oct 2024 01:39:35 +0900 Subject: [PATCH] do not include Test_Utils.hpp --- common/unit_test/Test_Utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/unit_test/Test_Utils.cpp b/common/unit_test/Test_Utils.cpp index 4ffa4ff8..48dbcfff 100644 --- a/common/unit_test/Test_Utils.cpp +++ b/common/unit_test/Test_Utils.cpp @@ -5,7 +5,6 @@ #include #include "KokkosFFT_utils.hpp" #include "Test_Types.hpp" -#include "Test_Utils.hpp" using test_types = ::testing::Types;