From fb96279aedc7472326189823078299abb2dad9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 4 Sep 2023 16:38:17 +0200 Subject: [PATCH] Remove superfluous stdlib includes from catch_benchmark.hpp --- src/catch2/benchmark/catch_benchmark.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/catch2/benchmark/catch_benchmark.hpp b/src/catch2/benchmark/catch_benchmark.hpp index 99d1c9df..ea8ffa75 100644 --- a/src/catch2/benchmark/catch_benchmark.hpp +++ b/src/catch2/benchmark/catch_benchmark.hpp @@ -31,9 +31,7 @@ #include #include #include -#include #include -#include #include namespace Catch {