From 6455ea8fb1591d0789f6eae39250dec7d28a915d Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 30 Jun 2022 17:41:59 +0200 Subject: [PATCH] MAINT: clean up imports in test_role.cpp --- test/test_role.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_role.cpp b/test/test_role.cpp index fafaf73..dc9a8b8 100644 --- a/test/test_role.cpp +++ b/test/test_role.cpp @@ -25,7 +25,6 @@ #include <gtest/gtest-message.h> // for Message #include <gtest/gtest-test-part.h> // for TestPartResult, SuiteApiRe... #include <gtest/gtest_pred_impl.h> // for Test, EXPECT_EQ, TEST -#include <iostream> // for cout #include <string> // for allocator, string #include <unordered_set> // for _Node_const_iterator, operat... -- GitLab