From 58dcb5ea928024544039babe8cdafcaf0c78c5ea Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 22 Dec 2014 19:45:16 +0000 Subject: [PATCH] Removed #includes for Catch headers see comment in file for details --- include/reporters/catch_reporter_teamcity.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/reporters/catch_reporter_teamcity.hpp b/include/reporters/catch_reporter_teamcity.hpp index 364b6281..6e608d42 100644 --- a/include/reporters/catch_reporter_teamcity.hpp +++ b/include/reporters/catch_reporter_teamcity.hpp @@ -8,9 +8,11 @@ #ifndef TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED #define TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED -#include "catch_reporter_bases.hpp" - -#include "../internal/catch_reporter_registrars.hpp" +// Don't #include any Catch headers here - we can assume they are already +// included before this header. +// This is not good practice in general but is necessary in this case so this +// file can be distributed as a single header that works with the main +// Catch single header. #include