mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
More include and impl refactoring
This commit is contained in:
@@ -11,16 +11,13 @@
|
||||
#include "../internal/catch_reporter_registrars.hpp"
|
||||
#include "../internal/catch_console_colour.hpp"
|
||||
#include "../internal/catch_version.h"
|
||||
#include "../external/tbc_text_format.h"
|
||||
#include "../internal/catch_text.h"
|
||||
|
||||
#include <cfloat>
|
||||
#include <cstdio>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
using Tbc::Text;
|
||||
using Tbc::TextAttributes;
|
||||
|
||||
struct ConsoleReporter : StreamingReporterBase {
|
||||
using StreamingReporterBase::StreamingReporterBase;
|
||||
|
||||
|
Reference in New Issue
Block a user