More include and impl refactoring

This commit is contained in:
Martin Hořeňovský
2017-07-10 14:25:38 +02:00
parent 5f3f19de08
commit 1d3bfa0353
13 changed files with 329 additions and 257 deletions

View File

@@ -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;