Streamline includes in external interfaces

This commit is contained in:
Martin Hořeňovský 2017-08-29 16:44:02 +02:00
parent 4453fefb00
commit dd8e79c529
10 changed files with 11 additions and 7 deletions

View file

@ -46,7 +46,6 @@ namespace Catch {
CoutStream::~CoutStream() noexcept {}
DebugOutStream::~DebugOutStream() noexcept {}
StreamBufBase::~StreamBufBase() noexcept {}
IContext::~IContext() {}
IResultCapture::~IResultCapture() {}
ITestInvoker::~ITestInvoker() {}
ITestCaseRegistry::~ITestCaseRegistry() {}
@ -55,7 +54,6 @@ namespace Catch {
IExceptionTranslator::~IExceptionTranslator() {}
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() {}
IRunner::~IRunner() {}
IMutableContext::~IMutableContext() {}
IConfig::~IConfig() {}
void Config::dummy() {}