mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Move include of catch_enforce out of the reporter bases
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#ifndef 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 <algorithm>
|
||||
|
@@ -5,9 +5,9 @@
|
||||
|
||||
#include <catch2/reporters/catch_reporter_teamcity.hpp>
|
||||
|
||||
#include <catch2/catch_enforce.h>
|
||||
#include <catch2/catch_text.h>
|
||||
|
||||
|
||||
namespace Catch {
|
||||
|
||||
namespace {
|
||||
|
Reference in New Issue
Block a user