From 7813c7c3ff82c582bd8fad988c30c8a798e6a766 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 28 Jul 2023 12:32:14 +0200 Subject: [PATCH] Remove unused headers from MatrixRef test --- test/unit/matrix/test_matrix_ref.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/unit/matrix/test_matrix_ref.cpp b/test/unit/matrix/test_matrix_ref.cpp index 32f3da78d7..bf793745e9 100644 --- a/test/unit/matrix/test_matrix_ref.cpp +++ b/test/unit/matrix/test_matrix_ref.cpp @@ -8,8 +8,6 @@ // SPDX-License-Identifier: BSD-3-Clause // -#include -#include #include #include @@ -26,8 +24,6 @@ #include #include -using namespace std::chrono_literals; - using namespace dlaf; using namespace dlaf::matrix; using namespace dlaf::matrix::internal;