From 0da1cd015a6a2083cf2703d626c287062fcd9f9f 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 1a0cdbbb7b..0d29798685 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;