From 34d9a588bba93151d61269b0c182b2ebab89f0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 13 Aug 2020 14:00:19 +0200 Subject: [PATCH] Cleanup includes in catch_list.cpp --- src/catch2/internal/catch_list.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/catch2/internal/catch_list.cpp b/src/catch2/internal/catch_list.cpp index 3f1208f1..378a30e0 100644 --- a/src/catch2/internal/catch_list.cpp +++ b/src/catch2/internal/catch_list.cpp @@ -14,9 +14,7 @@ #include #include -#include -#include -#include +#include #include namespace Catch {