Removed IRunner (rolled into IRunContext)

This commit is contained in:
Phil Nash
2015-11-19 17:53:21 +00:00
parent 73968f29a5
commit eea9357284
12 changed files with 12 additions and 54 deletions

View File

@@ -42,7 +42,6 @@
// These files are included here so the single_include script doesn't put them
// in the conditionally compiled sections
#include "internal/catch_test_case_info.h"
#include "internal/catch_interfaces_runner.h"
#ifdef __OBJC__
#include "internal/catch_objc.hpp"