From 7030d7740d4d576149d5afb31b2f7668d02f8bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 10 May 2020 16:35:24 +0200 Subject: [PATCH] Remove some superfluous includes from reporters --- src/catch2/interfaces/catch_interfaces_reporter.hpp | 1 - src/catch2/reporters/catch_reporter_junit.cpp | 1 - src/catch2/reporters/catch_reporter_xml.cpp | 2 -- 3 files changed, 4 deletions(-) diff --git a/src/catch2/interfaces/catch_interfaces_reporter.hpp b/src/catch2/interfaces/catch_interfaces_reporter.hpp index 4c7391ec..df47ef5c 100644 --- a/src/catch2/interfaces/catch_interfaces_reporter.hpp +++ b/src/catch2/interfaces/catch_interfaces_reporter.hpp @@ -25,7 +25,6 @@ #include #include #include -#include #include #include diff --git a/src/catch2/reporters/catch_reporter_junit.cpp b/src/catch2/reporters/catch_reporter_junit.cpp index e039875e..c18b03e8 100644 --- a/src/catch2/reporters/catch_reporter_junit.cpp +++ b/src/catch2/reporters/catch_reporter_junit.cpp @@ -16,7 +16,6 @@ #include #include -#include #include #include diff --git a/src/catch2/reporters/catch_reporter_xml.cpp b/src/catch2/reporters/catch_reporter_xml.cpp index 1f6f0329..06615df5 100644 --- a/src/catch2/reporters/catch_reporter_xml.cpp +++ b/src/catch2/reporters/catch_reporter_xml.cpp @@ -8,9 +8,7 @@ #include -#include #include -#include #include #if defined(_MSC_VER)