Move include of catch_enforce out of the reporter bases

This commit is contained in:
Martin Hořeňovský 2020-02-07 09:24:26 +01:00
parent db148c42d7
commit 70836d49ba
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
#ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED #ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED #define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
#include <catch2/catch_enforce.h>
#include <catch2/catch_interfaces_reporter.h> #include <catch2/catch_interfaces_reporter.h>
#include <algorithm> #include <algorithm>

View File

@ -5,9 +5,9 @@
#include <catch2/reporters/catch_reporter_teamcity.hpp> #include <catch2/reporters/catch_reporter_teamcity.hpp>
#include <catch2/catch_enforce.h>
#include <catch2/catch_text.h> #include <catch2/catch_text.h>
namespace Catch { namespace Catch {
namespace { namespace {